Growth: Kernel Functions - Growth

Description Usage Arguments Details Value

Description

Baseline Growth: Probabilistic Growth Transition Distribution Function. Uses vonBertalanffy size-dependent growth to determine mean daily growth increment and a theoretical derivation (Pollesch et al, In Review) for the associated standard deviation. The Truncated normal is used to constrain growth within the detemined lower and upper limits of size. Density dependence controls the asymptotic size in vonBertalanffy growth, where increased biomass decreases daily asymptotic size.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Growth(
  z1,
  z,
  bt,
  pars,
  date,
  minGinc = 0.05,
  minV = 1e-05,
  CDF = T,
  muSDOut = F
)

Arguments

z1

Size at the end of the timestep [float]

z

Size at the beginning of the timestep [float]

bt

Population biomass at beginning of timestep

pars

Data.frame containing the date-indexed parameters [data.frame]

date

Ordinal day to reference proper 'pars' date-indexed parameters [integer]

CDF

TRUE/FALSE controlling output to CDF if TRUE and PDF if FALSE [boolean]

muSDOut

TRUE/FALSE controlling output of function. If TRUE, the mean and standard deviation are output instead of the CDF or PDF. (This is mostly used for visualization.)

Details

Winter Growth: If over-winter stress is indicated, a no growth scenario is created.

Value

Probability distribution function for growth to size 'z1' from size 'z'


npollesch/FishToxTranslator documentation built on May 23, 2021, 3:21 a.m.