Learn R Programming

MultBiplotR (version 23.11.0)

plot.StatisBiplot: Plots a Statis Biplot Object

Description

Plots a Statis Biplot Object

Usage

# S3 method for StatisBiplot
plot(x, A1 = 1, A2 = 2, PlotType = "Biplot", 
PlotRowTraj = FALSE, PlotVarTraj = FALSE, LabelTraj = "Begining", 
VarColorType = "ByVar", VarColors = NULL, VarLabels = NULL, 
RowColors = NULL, TableColors = NULL, RowRandomColors = FALSE, 
TypeTraj = "line", ...)

Value

A biplot

Arguments

x

A Statis object

A1

First dimension of the plot

A2

Second dimension of the plot

PlotType

Type of plot: Interstructure, Correlations, Contributions or Biplot

PlotRowTraj

Should the row trajectories be plotted?

PlotVarTraj

Should the variables trajectories be plotted?

LabelTraj

Where the trajecories should be labelled: Begining or End.

VarColorType

The colors for the variables should be set by table (ByTable) or by variable (ByVar)

VarColors

Colors for the variables.

VarLabels

Labels for the variables

RowColors

Colors for the rows

TableColors

Colors for each table

RowRandomColors

Use random colors for the variables.

TypeTraj

Type of trajectory to plot: Lines or stars

...

Aditional parameters

Author

Jose Luis Vicente Villardon

Details

Plots a Statis Biplot Object. The arguments of the general biplot are as in a Continuous Biplot.

References

Vallejo-Arboleda, A., Vicente-Villardon, J. L., & Galindo-Villardon, M. P. (2007). Canonical STATIS: Biplot analysis of multi-table group structured data based on STATIS-ACT methodology. Computational statistics & data analysis, 51(9), 4193-4205.

See Also

plot.ContinuousBiplot

Examples

Run this code
data(Chemical)
x= Chemical[,5:16]
X=Convert2ThreeWay(x,Chemical$WEEKS, columns=FALSE)
stbip=StatisBiplot(X)

Run the code above in your browser using DataLab