create_boxplot | R Documentation |
Quick plot of a boxplot
create_boxplot(df, x_var, y_var)
df |
A data frame or tibble |
x_var |
Normally, a factor variable |
y_var |
Normally, a continuous variable |
A ggplot object.
create_boxplot(iris, Species, Petal.Width)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.