Learn R Programming

fit.models (version 0.64)

plot.covfm: Plot Method

Description

Generic plot method for “covfm” objects.

Usage

# S3 method for covfm
plot(x, which.plots = 1:4, ...)

Arguments

x

a covfm object.

which.plots

either "ask" (character string) or an integer vector specifying which plots to draw. The plot options are (1) Mahalanobis Distance, (2) Ellipses Matrix, (3) Screeplot (Eigenvalues of Covariance Estimate), and (4) Distance - Distance Plot.

...

additional arguments are passed to the plot subfunctions.

Value

x is returned invisibly.