Description Usage Arguments Value Examples
Count overlapping points of two categorical columns in a dataframe
1 | plot_count(.data, .cat1, .cat2)
|
.data |
a dataframe |
.cat1 |
a categorical column |
.cat2 |
a categorical column |
a ggplot
1 2 | library(dplyr)
plot_count(starwars, eye_color, hair_color)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.