Description Usage Arguments Value Author(s) Examples
Plot a PanelPlot
of a DiStatis object
1 2 | ## 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
1 2 3 4 5 6 7 8 9 | {
data(NCI60Selec)
Z2<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
PanelPlot(Z2)
data(winesassesors)
Z3<-DiStatis(winesassesors)
PanelPlot(Z3)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.