powered by
hist.rv
## S3 method for class 'rv': hist(x, grid = c(4, 5), xlim = x.range, main = paste(xname, "simulation"), freq=FALSE, ...)
FALSE
See also vignette("rv").
vignette("rv")
require(rv) x <- rvnorm(30) hist(x)
Run the code above in your browser using DataLab