Learn R Programming

hmsr (version 1.0.1)

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

Description

Summary method for class "hms".

Usage

# S4 method for hms
summary(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".

Arguments

object
  • hms s4 object

...
  • other summary arguments

Examples

Run this code
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
summary(result)

Run the code above in your browser using DataLab