create_boxplot: Quick plot of a boxplot

View source: R/plot.R

create_boxplotR Documentation

Quick plot of a boxplot

Description

Quick plot of a boxplot

Usage

create_boxplot(df, x_var, y_var)

Arguments

df

A data frame or tibble

x_var

Normally, a factor variable

y_var

Normally, a continuous variable

Value

A ggplot object.

Examples

create_boxplot(iris, Species, Petal.Width)

AltfunsMA/cptools documentation built on Aug. 7, 2022, 5:44 p.m.