plotActiveDemes {hmsr} | R Documentation |
plotActiveDemes method for "hms" class.
plotActiveDemes(object)
object |
|
It doesn't return anything meaningful. It plots the number of active demes per metaepoch.
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plotActiveDemes(result)