plot.fwdtr.test {Rfwdmv}R Documentation

Plot method for fwdtr.test

Description

This function is the generic plot method for fwdtr.test objects. It produces a series of fan plots for a set of variables. It allows the user to select for which variables to view the fan plot.

Usage

## S3 method for class 'fwdtr.test':
plot(x, psfrag.labels = FALSE, ...)

Arguments

x a fwdtr.test object.
psfrag.labels a logical value. If TRUE then the x, y, and main labels are set to "xlab", "ylab", and "main" for replacement via the psfrag utility.
... these arguments will be passed on to the selected plot.

Details

It is also possible to have the confirmatory fan plots for each variable as panels in a single page

Value

the value returned by the selected plot.

Author(s)

Fabrizio Laurini

References

Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.

See Also

fwdtr.object, profile.fwdtr.object


[Package Rfwdmv version 0.72-2 Index]