Last data update: 2014.03.03

R: Plot a 'RVPlot' of a DiStatis object
RVPlotR Documentation

Plot a RVPlot of a DiStatis object

Description

Plot a RVPlot of a DiStatis object

Usage

## 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

{
 Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
 RVPlot(Z2)
 }


Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(kimod)
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/kimod/DiStatis-RVPlot.Rd_%03d_medium.png", width=480, height=480)
> ### Name: RVPlot
> ### Title: Plot a 'RVPlot' of a DiStatis object
> ### Aliases: RVPlot RVPlot,DiStatis-method
> 
> ### ** Examples
> 
> {
+  Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
+  RVPlot(Z2)
+  }
The calculations were performed using the scalar product between the tables
The Projection of all variables will be made when the number of variables is less than 50
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>