Description Usage Arguments Value Examples
Violin plots for all pairs of numerical/categorical columns in a data frame
1 | vis_ngcovar(.data, ..., .regroup = TRUE)
|
.data |
a dataframe |
... |
you can use this arguement to specify targeted numerical 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_ngcovar(starwars)
# Without regrouping small groups
vis_ngcovar(starwars, .regroup = FALSE)
# With a target column
vis_ngcovar(starwars, height)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.