PanelPlot {kimod} | R Documentation |
PanelPlot
of a DiStatis objectPlot a PanelPlot
of a DiStatis object
## S4 method for signature 'DiStatis' PanelPlot(x)
x |
DiStatis class object. |
Panel plot of the given DiStatis object.
M L Zingaretti, J A Demey-Zambrano, J L Vicente Villardon, J R Demey
{ data(NCI60Selec) Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE) PanelPlot(Z2) data(winesassesors) Z3<-DiStatis(winesassesors) PanelPlot(Z3) }