histogram | R Documentation |
Simple function to create a histogram
histogram( vector, bins = NULL, theme = ggplot2::theme_bw(), xLabel = NULL, yLabel = "Count" )
vector |
A variable or vector. |
bins |
The number of bins; when 0, either the number of unique
values in |
theme |
The ggplot2 theme to use. |
xLabel, yLabel |
Labels for x and y axes; variable name is used for x axis if no label is specified. |
A ggplot2 plot.
rosetta::histogram(mtcars$mpg);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.