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", ...)
No return value. Called for its side effect.
cusp fit object returned by cusp
plot caption
label for x-axis
label for y-axis
named arguments that are passed to plot
Raoul Grasman
This function is mainly intended for internal use by plot.cusp
.
plot.cusp