plotActiveDemes,hms-method {hmsr} | R Documentation |
plotActiveDemes method for "hms" class.
Description
plotActiveDemes method for "hms" class.
Usage
## S4 method for signature 'hms'
plotActiveDemes(object)
Arguments
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)
[Package hmsr version 1.0.1 Index]