Description Usage Arguments Examples
View source: R/plot_crosscount.R
Plot counts and percentages of one categorical variable by another.
1 | plot_crosscount(df, interactive = FALSE, ...)
|
df |
A tibble, returned from calc_crosscount() |
interactive |
If true, a plotly plot is generated. |
1 | calc_crosscount(mtcars, am, cyl) %>% plot_crosscount()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.