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

scatter(data., x., y.)

Arguments

data.

data frame

x.

x-axis

y.

y-axis

Value

a scatterplot

Examples

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