Learn R Programming

GAparsimony (version 0.9.5)

summary.ga_parsimony-method: Summary for GA-PARSIMONY

Description

Summary method for class ga_parsimony-class.

Usage

# S4 method for ga_parsimony
summary(object, ...)
# S3 method for summary.ga_parsimony
print(x, digits = getOption("digits"), ...)

Value

The summary function returns an object of class ga_parsimony-class which can be printed by the corresponding print method. The function also returns invisibly a list with the information from the genetic algorithm search.

Arguments

object

an object of class ga_parsimony-class.

x

an object of class summary.ga_parsimony.

digits

number of significant digits.

...

further arguments passed to or from other methods.

Author

Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/

See Also

ga_parsimony