histP | R Documentation |
Plots a histogram with percentages in stead of frequencies on the y-axis
histP(data, breaks = "Sturges", ylab = "Percentage", ...)
data |
data to be made into a histogram |
breaks |
see ?graphics::hist |
ylab |
label for y-axis, default is 'Percentage' |
... |
further arguments to be passed onto the graphics::plot function |
a (base) plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.