plot.covfm: Plot Method

Description Usage Arguments Value

View source: R/plot.covfm.R

Description

Generic plot method for “covfm” objects.

Usage

1
2
## S3 method for class '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.


fit.models documentation built on Aug. 2, 2020, 5:06 p.m.