Description Usage Arguments Details Author(s) See Also Examples
Produces a relative frequency histogram.
1 | PlotRelativeFrequency(x, ylab="Relative Frequency", ...)
|
x |
A |
ylab |
y-axis label for the plot. |
... |
Additional parameters are passed to
|
The default plot.histogram
function supports Frequency or
Density plots, but does not provide a way to produce a relative
frequency histogram. This function plots this type of histogram.
Murray Stokely mstokely@google.com
histogramtools-package
,
hist
,
plot.histogram
.
1 2 3 | x <- runif(100)
h <- hist(x, plot=FALSE)
PlotRelativeFrequency(h)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.