Learn R Programming

kimod (version 1.0.0)

PanelPlot: Plot a PanelPlot of a DiStatis object

Description

Plot a PanelPlot of a DiStatis object

Usage

## S3 method for class 'DiStatis':
PanelPlot(x)

Arguments

x
DiStatis class object.

Value

  • Panel plot of the given DiStatis object.

Examples

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

}

Run the code above in your browser using DataLab