vis_nncovar: Scatter plots of all pairs of numerical variables in a...

Description Usage Arguments Value Examples

View source: R/vis_nncovar.R

Description

Scatter plots of all pairs of numerical variables in a data.frame

Usage

1
vis_nncovar(.data, ..., .by = NULL)

Arguments

.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

Value

a list of ggplots

Examples

1
2
3
4
5
# All combinations
vis_nncovar(iris)

# With a targeted y-axis variable
vis_nncovar(iris, Sepal.Length)

BenjaminLouis/datascan documentation built on May 26, 2019, 1:35 p.m.