pairs.epplab {REPPlab} | R Documentation |
Plots a Scatterplot Matrix for an epplab Object
Description
Plots a scatterplot matrix of fitted scores of an epplab
object.
Usage
## S3 method for class 'epplab'
pairs(x, which = 1:10, ...)
Arguments
x |
Object of class |
which |
Which simulation runs should be taken into account. |
... |
Graphical parameters, see also par(). |
Details
The option which
can restrict the output to certain simulation runs.
In case of many simulations, this might improve the readability.
Author(s)
Daniel Fischer
Examples
library(tourr)
data(olive)
res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20)
pairs(res)
[Package REPPlab version 0.9.6 Index]