plot.TetraDualStatis {MultBiplotR} | R Documentation |
Plots an object of class "tetraDualStatis".
Description
Plots an object the results of TetraDualStatis.
Usage
## S3 method for class 'TetraDualStatis'
plot(x, A1 = 1, A2 = 2, PlotType = "InterStructure",
PlotRowTraj = FALSE, PlotVarTraj = FALSE, LabelTraj = "Begining",
VarColorType = "Biplot", VarColors = NULL, VarLabels = NULL,
RowColors = NULL, TableColors = NULL, RowRandomColors = FALSE,
TypeTraj = "line", ...)
Arguments
x |
An object of class TetraDualStatis |
A1 |
Dimension for the X-axis |
A2 |
Dimension for the Y-axis |
PlotType |
Type of plot: "Biplot", "Compromise", "Correlations", "Contributions", "InterStructure". |
PlotRowTraj |
Should the row trajectories be plotted? |
PlotVarTraj |
Should the variables trajectories be plotted? |
LabelTraj |
Should the trajectories be labelled. |
VarColorType |
One of the following: "Biplot", "ByTable", "ByVar". |
VarColors |
User colors for the variables. |
VarLabels |
User labels for the variables. |
RowColors |
User colors for the rows. |
TableColors |
User colors for the different tables. |
RowRandomColors |
Should use random colors for the rows? |
TypeTraj |
Type of trajectory. Normally a line. |
... |
Additional graphical arguments. |
Details
Plots an object the results of TetraDualStatis.
Value
The plot of the results
Author(s)
Laura Vicente-Gonzalez, Jose Luis Vicente-Villardon
Examples
##---- Should be DIRECTLY executable !! ----