summary,hms-method {hmsr} | R Documentation |
Summary method for class "hms".
## S4 method for signature 'hms'
summary(object, ...)
object |
|
... |
|
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".
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
summary(result)