DiStatis-RVPlot: Plot a 'RVPlot' of a DiStatis object

Description Usage Arguments Value Author(s) Examples

Description

Plot a RVPlot of a DiStatis object

Usage

1
2
3
4
## S4 method for signature 'DiStatis'
RVPlot(x,xlabProj="Dim 1", ylabProj="Dim 2",
xlabBar="Inertia(%)",ylabBar="Values" ,mainBar=NULL,mainProj=NULL,
colArrows="black",legend=TRUE ,colBar="red",barPlot=TRUE,...)

Arguments

x

DiStatis class object.

xlabProj

character for the x-label title for plot

ylabProj

character for the y-label title for plot

xlabBar

character for the x-label title for barPlot

ylabBar

character for the y-label title for barPlot

mainBar

the main histogram plot

mainProj

the main proj plot

colArrows

character col for arrows in ProjPlot

legend

Logical. indicates whether the legend prints

colBar

character col for bars in the BarPlot

barPlot

logical indicates whether the barPlot is prints

...

additional parameters for plot

Value

plotted RVplot/s of the component/s of the given DiStatis object.

Author(s)

M L Zingaretti, J A Demey-Zambrano, J L Vicente Villardon, J R Demey

Examples

1
2
3
4
{
 Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
 RVPlot(Z2)
 }

lauzingaretti/kimod documentation built on May 25, 2019, 5:01 a.m.