summary.ga_parsimony-method {GAparsimony} | R Documentation |
Summary for GA-PARSIMONY
Description
Summary method for class ga_parsimony-class
.
Usage
## S4 method for signature 'ga_parsimony'
summary(object, ...)
## S3 method for class 'summary.ga_parsimony'
print(x, digits = getOption("digits"), ...)
Arguments
object |
an object of class |
x |
an object of class |
digits |
number of significant digits. |
... |
further arguments passed to or from other methods. |
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.
Author(s)
Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/
See Also
[Package GAparsimony version 0.9.5 Index]