summary,hms-method {hmsr} | R Documentation |
Summary method for class "hms".
Description
Summary method for class "hms".
Usage
## S4 method for signature 'hms'
summary(object, ...)
Arguments
object |
|
... |
|
Value
Returns a list with fields: fitness, solution, metaepochs, deme_population_sizes, lower_bound, upper_bound, computation_time. These fields should match fields of class "hms".
Examples
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
summary(result)
[Package hmsr version 1.0.1 Index]