PanelPlot {kimod}R 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)

}

[Package kimod version 1.12.0 Index]