Description Usage Arguments Examples
Plot boxplots for a continuous variable across zero or one categorical variable.
1 | plot_box(df, cont_var, grp_var = NULL, identifier, interactive = FALSE)
|
df |
A tibble. |
cont_var |
A continuous variable. |
grp_var |
A categorical variable to group by |
identifier |
A variable to identify individual points if interactive = TRUE |
interactive |
If true, plots are passed to plotly and display tooltips. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.