summary-hms-method: Summary method for class "hms".

summary,hms-methodR Documentation

Summary method for class "hms".

Description

Summary method for class "hms".

Usage

## S4 method for signature 'hms'
summary(object, ...)

Arguments

object
  • hms s4 object

...
  • other summary arguments

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)

WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.