powered by
plotPopulation method for "hms" class.
plotPopulation(object, dimensions)
It doesn't return anything meaningful. It plots the selected two dimensions of a population.
hms s4 object
two selected dimensions
f <- function(x) x result <- hms(fitness = f, lower = -5, upper = 5) plotPopulation(result, c(1, 1))
Run the code above in your browser using DataLab