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)

hmsr documentation built on Oct. 25, 2023, 9:07 a.m.