Learn R Programming

REPPlab (version 0.9.6)

print.epplab: Print an epplab Object

Description

Prints an epplab object.

Usage

# S3 method for epplab
print(x, ...)

Arguments

x

Object of class epplab.

...

Additional parameters

Author

Daniel Fischer

Details

The print function displays the result with the best value in the objective criterion.

Examples

Run this code

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