powered by
PlotRelativeFrequency(x, ylab="Relative Frequency", ...)
"histogram"
hist
plot()
plot.histogram
histogramtools-package
x <- runif(100) h <- hist(x, plot=FALSE) PlotRelativeFrequency(h)
Run the code above in your browser using DataLab