plotPopulation-hms-method: plotPopulation method for "hms" class.

plotPopulation,hms-methodR Documentation

plotPopulation method for "hms" class.

Description

plotPopulation method for "hms" class.

Usage

## S4 method for signature 'hms'
plotPopulation(object, dimensions)

Arguments

object
  • hms s4 object

dimensions
  • two selected 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))

WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.