Learn R Programming

hmsr (version 1.0.1)

plotActiveDemes: plotActiveDemes method for "hms" class.

Description

plotActiveDemes method for "hms" class.

Usage

plotActiveDemes(object)

Value

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

Arguments

object
  • hms s4 object

Examples

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

Run the code above in your browser using DataLab