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