res_plotter.Rd
creates a y-values vs residuals plot, with reach column of res filling one sub-plot
res_plotter(res, y, xlab = "y-values", ylab = "residuals", ...)
res | a matrix of residuals |
---|---|
y | the response vector |
xlab | label for x-axis, defaults to "y-values" |
ylab | label for y-axis, defaults to "residuals" |
... | additional graphical parameters for use in title() function, such as main="Title of Plot" |