plotActiveDemes: plotActiveDemes method for "hms" class.

plotActiveDemesR Documentation

plotActiveDemes method for "hms" class.

Description

plotActiveDemes method for "hms" class.

Usage

plotActiveDemes(object)

Arguments

object
  • hms s4 object

Value

It doesn't return anything meaningful. It plots the number of active demes per metaepoch.

Examples

f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plotActiveDemes(result)

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