population: Population

Description Usage Arguments Examples

View source: R/populations.R

Description

Create a population with giving its name, initial size, growth rate and capacity.

Usage

1
population(label, initial_size, growth_rate, capacity = Inf)

Arguments

label

the name of the population

initial_size

the size of the population at TO

growth_rate

the growth_rate of the population, given by the user or calculated by function growth_rate with birth_rate and death_rate

capacity

the capacity limit of the environment for the population

Examples

1
  population('example', 2, 0.5, 10)

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.