plotCuspResidfitted {cusp} | 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
.
Raoul Grasman