plotPopulation {hmsr} | R Documentation |
plotPopulation method for "hms" class.
Description
plotPopulation method for "hms" class.
Usage
plotPopulation(object, dimensions)
Arguments
object |
|
dimensions |
|
Value
It doesn't return anything meaningful. It plots the selected two dimensions of a population.
Examples
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plotPopulation(result, c(1, 1))
[Package hmsr version 1.0.1 Index]