plot_scatter: Scatter Plot by Group

Description Usage Arguments Value Examples

Description

Scatter Plot by Group

Usage

1
plot_scatter(data, x, y, color)

Arguments

data

a dataframe

x

The variable is going on the x axis

y

The variable is going on the y axis

color

color by this variable

Value

a plot

Examples

1
plot_scatter(sleepdata,"Weight","SleepDuration","DayType")

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