reproduction: Reproductive Function

View source: R/IPMreproduction.R

reproductionR Documentation

Reproductive Function

Description

This function evaluates (1) the state-specific fertility; (2) recruitment; (3) dispersion of new individuals.

Usage

reproduction(
  x1,
  x0,
  estabProbability,
  recruitMean,
  recruitSD,
  fertInt,
  fertSlope
)

Arguments

x1

vector of individuals of state variable x (e.g., size) at time = t + 1 (new individuals at time t + 1)

x0

vector of individuals of state variable x (e.g., size) at time = t + 0 (new individuals at time t + 0)

recruitMean

mean of the state variable (e.g., size) of new individuals recruited into the population at time t+1

recruitSD

sd of the state variable (e.g., size) of new individuals recruited into the population at time t+1

fertInt

intercept parameter of an exponential function

fertSlope

slope parameter of an exponential function

establishment

probability of establishment

Value

probability of reproducing for each individual of state variable x


cdbernard/particles documentation built on Jan. 3, 2023, 9:39 a.m.