scatter: Scatter

Description Usage Arguments Value Examples

Description

This function simply streamlines the process of creating a scatterplot with ggplot

Usage

1
scatter(data., x., y.)

Arguments

data.

data frame

x.

x-axis

y.

y-axis

Value

a scatterplot

Examples

1
scatter(iris, Sepal.Length, Sepal.Width)

MGallow/statr documentation built on May 7, 2019, 2:04 p.m.