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

pairs.epplabR 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 epplab.

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)


fischuu/REPPlab documentation built on April 19, 2023, 9:52 a.m.