MVA.plot | R Documentation |
Displays several kinds of plots for multivariate analyses.
MVA.plot(x, type = c("scores", "loadings", "correlations", "biplot", "pairs",
"trajectories"), ...)
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. |
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.
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.