Description Usage Arguments Value Examples
Scatter plots of all pairs of numerical variables in a data.frame
1 | vis_nncovar(.data, ..., .by = NULL)
|
.data |
a data frame |
... |
you can use this arguement to specify targeted numerical columns that will be used as y-axis variable |
.by |
categorical columns names to color points by groups |
a list of ggplots
1 2 3 4 5 | # All combinations
vis_nncovar(iris)
# With a targeted y-axis variable
vis_nncovar(iris, Sepal.Length)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.