Hi,

I'm plotting a multiple histogram using the function multhist {package
plotrix}, something like:

library(plotrix)
mh <- list(rnorm(200, mean=200, sd=50), rnorm(200, mean=250, sd=50))
multhist(mh)

In this graph y-axis represents the frequency of observations.... but I
would like it to be scaled into relative frequencies,

does anybody know how to do this with multhist or similar function?

thanks a lot,

Ahimsa


-- 
ahimsa campos-arceiz
www.camposarceiz.com

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to