Last data update: 2014.03.03

R: Plot a 'PanelPlot' of a DiStatis object
PanelPlotR Documentation

Plot a PanelPlot of a DiStatis object

Description

Plot a PanelPlot of a DiStatis object

Usage

## S4 method for signature 'DiStatis'
PanelPlot(x)

Arguments

x

DiStatis class object.

Value

Panel plot of the given DiStatis object.

Author(s)

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

Examples

{
data(NCI60Selec)
Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
PanelPlot(Z2)
data(winesassesors)
Z3<-DiStatis(winesassesors)
PanelPlot(Z3)

}

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-PanelPlot.Rd_%03d_medium.png", width=480, height=480)
> ### Name: PanelPlot
> ### Title: Plot a 'PanelPlot' of a DiStatis object
> ### Aliases: PanelPlot PanelPlot,DiStatis-method
> 
> ### ** Examples
> 
> {
+ data(NCI60Selec)
+ Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
+ PanelPlot(Z2)
+ data(winesassesors)
+ Z3<-DiStatis(winesassesors)
+ PanelPlot(Z3)
+ 
+ }
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
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 
>