powered by
Prints an epplab object.
epplab
# S3 method for epplab print(x, ...)
Object of class epplab.
Additional parameters
Daniel Fischer
The print function displays the result with the best value in the objective criterion.
library(tourr) data(olive) res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20) print(res)
Run the code above in your browser using DataLab