| plotCuspResidfitted | R Documentation |
Plot Residuals against Fitted Values for a Cusp Model Fit.
plotCuspResidfitted(object, caption = "Residual vs Fitted",
xlab = paste("Fitted (", colnames(fitted(object))[1], " convention)", sep = ""),
ylab = "Residual", ...)
object |
cusp fit object returned by |
caption |
plot caption |
xlab |
label for x-axis |
ylab |
label for y-axis |
... |
named arguments that are passed to |
This function is mainly intended for internal use by plot.cusp.
No return value. Called for its side effect.
Raoul Grasman
plot.cusp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.