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