MVA.plot: Plotting of multivariate analyses

View source: R/MVA.plot.R

MVA.plotR Documentation

Plotting of multivariate analyses

Description

Displays several kinds of plots for multivariate analyses.

Usage

MVA.plot(x, type = c("scores", "loadings", "correlations", "biplot", "pairs",
  "trajectories"), ...)

Arguments

x

a multivariate analysis (see Details).

type

the type of plot to be displayed: score plot (default), loading plot, correlation circle, biplot, score plot showing paired samples or score plot showing trajectories, respectively.

...

arguments to be passed to subfunctions. See Details.

Details

Different subfunctions are used depending on the type of plot to be displayed: MVA.scoreplot, MVA.loadplot, MVA.corplot, MVA.biplot, MVA.pairplot or MVA.trajplot. These functions should not be used directly (everything can be done with the general MVA.plot) but for convenience, arguments and analyses supported are detailed in separate help pages.

Warning: the use of attach before running a multivariate analysis can prevent MVA.plot to get the values it needs, and make it fail.

Author(s)

Maxime HERVE <maxime.herve@univ-rennes1.fr>


RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.