plot.StatisBiplot: Plots a Statis Biplot Object

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/plot.StatisBiplot.R

Description

Plots a Statis Biplot Object

Usage

1
2
3
4
5
6
## S3 method for class '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", ...)

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

Details

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

Value

A biplot

Author(s)

Jose Luis Vicente Villardon

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

1
2
3
4
data(Chemical)
x= Chemical[,5:16]
X=Convert2ThreeWay(x,Chemical$WEEKS, columns=FALSE)
stbip=StatisBiplot(X)

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.