R/scatter.R
scatter.Rd
This function simply streamlines the process of creating a scatterplot with ggplot
scatter(data., x., y.)
data frame
x-axis
y-axis
a scatterplot
scatter(iris, Sepal.Length, Sepal.Width)