coef.epplab {REPPlab} | R Documentation |
Extracts the Directions of an Epplab Object
Description
Extracts the found directions of an epplab
object.
Usage
## S3 method for class 'epplab'
coef(object, which = 1:ncol(object$PPdir), ...)
Arguments
object |
Object of class |
which |
Specifies which directions are extracted. |
... |
Additional parameters. |
Details
The coef function extracts the directions found from the EPPlab call.
Author(s)
Daniel Fischer
Examples
library(tourr)
data(olive)
res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20)
coef(res)
[Package REPPlab version 0.9.6 Index]