plot_box: Box Plot by Group

Description Usage Arguments Value Examples

Description

Box Plot by Group

Usage

1
plot_box(data, x, y)

Arguments

data

a dataframe

x

The vairbale on the x axis and the box plot group by this variable

y

The variale on the y axis

Value

a plot

Examples

1
plot_box(sleepdata, x = "DayType", y= "SleepDuration")

poorbaby/r_package_sha documentation built on May 29, 2019, 7:38 a.m.