Skip to contents

Plot the distribution of individuals in the population.

Usage

plot_population(population)

Arguments

population

A numeric matrix containing the population data.

Value

Plot of population

Examples

# example of usage
population <- matrix(runif(100), nrow = 10, ncol = 10)
plot_population(population)