Learn R Programming

MultBiplotR (version 23.11.0)

plot.TetraDualStatis: Plots an object of class "tetraDualStatis".

Description

Plots an object the results of TetraDualStatis.

Usage

# S3 method for 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", ...)

Value

The plot of the results

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.

Author

Laura Vicente-Gonzalez, Jose Luis Vicente-Villardon

Details

Plots an object the results of TetraDualStatis.

Examples

Run this code
##---- Should be DIRECTLY executable !! ----

Run the code above in your browser using DataLab