assignLightProb: Assign light probability

View source: R/misc.R

assignLightProbR Documentation

Assign light probability

Description

Assign light probability

Usage

assignLightProb(
  sufficientLight,
  newCohortData,
  interpolate = TRUE,
  doAssertion = getOption("LandR.assertions", TRUE)
)

Arguments

sufficientLight

a data.frame (not data.table!) containing probability of establishment, given a site's light conditions (X0-X5) for each level of a species shade tolerance (1-5).

newCohortData

a modified version of cohortData that contains new cohorts.

interpolate

Logical. Activates interpolation of probabilities of establishment between any two values of shade tolerance in the sufficient light table, allowing species shade tolerance trait values to take any decimal value between 1 and 5 (inclusively). If false, species shade tolerances can only take integer values between 1 and 5 (inclusively).

doAssertion

A logical indicating whether some internal tests should be run to ensure the function is running correctly. Default: getOption("LandR.assertions", TRUE).

Value

newCohortData with a lightProb column


PredictiveEcology/LandR documentation built on June 7, 2024, 4:16 p.m.