RVPlot {kimod} | R Documentation |
RVPlot
of a DiStatis objectPlot a RVPlot
of a DiStatis object
## 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,...)
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 |
plotted RVplot/s of the component/s of the given DiStatis object.
M L Zingaretti, J A Demey-Zambrano, J L Vicente Villardon, J R Demey
{ Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE) RVPlot(Z2) }