datexp_scatter: Generate a scatter plot of two numeric variable and a...

Description Usage Arguments Value

View source: R/datexp_scatter.R

Description

Generate a scatter plot of two numeric variable and a categorical one.

Usage

1
datexp_scatter(x, var1, var2, var3 = "all")

Arguments

x

Tibble. Table containing the categorical variables to cross.

var1

Character. Name of the first numeric variable (x).

var2

Character. Name of the second numeric variable (y).

var3

Character. Name of the categorical variable (z).

Value

A scatter plot with the distributions of the variables.


NicolasJBM/datexp documentation built on May 14, 2019, 10:36 a.m.