datexp_violin: Generate violin plots for a numeric variable over several...

Description Usage Arguments Value

View source: R/datexp_violin.R

Description

Generate violin plots for a numeric variable over several categorical variables.

Usage

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

Arguments

x

Tibble. Table containing the categorical variables to cross.

var1

Character. Name of the main categorical variable (x).

var2

Character. Name of the numeric variable (y).

var3

Character. Name of the secondary 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.