View source: R/plot.TetraDualStatis.R
plot.TetraDualStatis | R Documentation |
Plots an object the results of TetraDualStatis.
## 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", ...)
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. |
Plots an object the results of TetraDualStatis.
The plot of the results
Laura Vicente-Gonzalez, Jose Luis Vicente-Villardon
##---- Should be DIRECTLY executable !! ----
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.