Residual and Fit Spread Plots

USAGE:

rfs(model, layout = c(2, 1), ...) 

The following arguments have special meaning within this function. The common meanings for these and all other arguments are listed separately under trellis.args.

ARGUMENTS:

model
a fitted model with components, fitted.values and residuals.
layout
an rfs plot is designed to be laid out as one row with 2 columns.

VALUE:

an object of class trellis, which is automatically plotted by print.trellis.

SEE ALSO:

, , .

EXAMPLES:

rfs(oneway(height ~ voice.part, data = singer, spread = 1), aspect = 1, 
    ylab = "Height (inches)")