Description Usage Arguments Examples
Explore the distribution of your data with a histogram. This function generates a ggplot2 object, so it's easily expanded.
1 |
data |
data.frame |
xvar |
variable |
1 2 | my_data <- data.frame(x = c(1,2,3,4,5))
viz_hist(my_data, x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.