powered by
Plots a scatterplot matrix of fitted scores of an epplab object.
epplab
# S3 method for epplab pairs(x, which = 1:10, ...)
Object of class epplab.
Which simulation runs should be taken into account.
Graphical parameters, see also par().
Daniel Fischer
The option which can restrict the output to certain simulation runs. In case of many simulations, this might improve the readability.
which
library(tourr) data(olive) res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20) pairs(res)
Run the code above in your browser using DataLab