Description Usage Arguments Value Examples
Visualise frequency of paired group between categorical variables in a data frame
1 | vis_ggcovar(.data, ..., .regroup = TRUE)
|
.data |
a data frame |
... |
you can use this arguement to specify targeted categorical columns that will be used as y-axis variable |
.regroup |
if |
a list of ggplot
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
library(dplyr)
# By regrouping small groups
vis_ggcovar(starwars)
# Without regrouping small groups
vis_ggcovar(starwars, .regroup = FALSE)
# With a target column
vis_ggcovar(starwars, skin_color)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.