print.epplab {REPPlab} | R Documentation |
Print an epplab Object
Description
Prints an epplab
object.
Usage
## S3 method for class 'epplab'
print(x, ...)
Arguments
x |
Object of class |
... |
Additional parameters |
Details
The print function displays the result with the best value in the objective criterion.
Author(s)
Daniel Fischer
Examples
library(tourr)
data(olive)
res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20)
print(res)
[Package REPPlab version 0.9.6 Index]