growth: Growth Function

View source: R/IPMgrowth.R

growthR Documentation

Growth Function

Description

This function evaluates the conditional probability of growing for every individual of state x from time = t + 0 to time = t + 1

Usage

growth(x1, x0, growthInt, growthSlope, growthSD)

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)

growthInt

intercept of linear growth function

growthSlope

slope of linear growth function

growthSD

standard deviation of linear growth function

Value

probability of growing for each individual of state variable x


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