Learn R Programming

REPPlab (version 0.9.6)

pairs.epplab: Plots a Scatterplot Matrix for an epplab Object

Description

Plots a scatterplot matrix of fitted scores of an epplab object.

Usage

# S3 method for epplab
pairs(x, which = 1:10, ...)

Arguments

x

Object of class epplab.

which

Which simulation runs should be taken into account.

...

Graphical parameters, see also par().

Author

Daniel Fischer

Details

The option which can restrict the output to certain simulation runs. In case of many simulations, this might improve the readability.

Examples

Run this code

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