plot_cat_relationship: Plot continous x categorical relationships in your dataset.

Description Usage Arguments Examples

Description

Plot the relationship between some categorcial variable and each numeric variable.

Usage

1
plot_cat_relationship(data, categorical_variable)

Arguments

data

A dataframe.

categorical_variable

The bare (unquoted) name of the categorcial variable.

Examples

1
plot_cat_relationship(diamonds, clarity)

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.