plotPopulation,hms-method {hmsr} | R Documentation |
plotPopulation method for "hms" class.
## S4 method for signature 'hms'
plotPopulation(object, dimensions)
object |
|
dimensions |
|
It doesn't return anything meaningful. It plots the selected two dimensions of a population.
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plotPopulation(result, c(1, 1))