reproduction: Reproduction Process

Description Usage Arguments Details

View source: R/ibm-reproduction.R

Description

This functions performs the 'reproduction' process over an object, increasing the number of individuals. It is a generic, S3 methods can be specified for a particular specification of the population.

Usage

1
reproduction(object, rates, ...)

Arguments

object

The population object, containing the information about individuals.

rates

The reproduction rate or rates.

...

Additional arguments for different methods.

Details

The rate can be a single value or a value for each individual calculated externally. No recycling is allowed.


ibm documentation built on May 2, 2019, 5:53 a.m.