hist | R Documentation |
Histogram and statistics
hist(data, plot_x = NULL, plot_y = NULL, alpha_1 = 0.05, alpha_2 = 0.95)
data |
dataframe |
plot_x |
x (defaults to second column in dataframe) |
plot_y |
y |
alpha_1 |
lower/left probability |
alpha_2 |
higher/right probability |
Histogram
hist(data = mtcars, plot_x = "wt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.