[R] Need ideas on how to show spikes in my data and how to code it in R
Daniel Folkinshteyn
dfolkins at gmail.com
Wed Jun 25 18:16:55 CEST 2008
> I don't understand this. Why not just get hist() to plot on the
> density scale,
> thereby making its output commensurate with the output of density()?
> The hist() function will plot on the density scale if you ask it
> to. Set freq=FALSE
> (or prob=TRUE) in the call to hist.
ehrm... because i didn't realize that option existed :) that certainly
is easier than manually scaling hist output by NOBS - thanks for the tip!
More information about the R-help
mailing list