rear: Rearing Function

View source: R/rear.R

rearR Documentation

Rearing Function

Description

Calculates the number of juveniles that survive and grow inchannel and on the floodplain

Usage

rear(
  juveniles,
  survival_rate,
  growth,
  floodplain_juveniles = NULL,
  floodplain_survival_rate = NULL,
  floodplain_growth = NULL,
  weeks_flooded = NULL,
  stochastic
)

Arguments

juveniles

number of juveniles before growth or survival rates are applied (inchannel for tributaries or total for bypasses and delta)

survival_rate

survival rate by size class (inchannel for tributaries or total for bypasses and delta)

growth

growth transition matrix for juveniles (inchannel for tributaries or total for bypasses and delta)

floodplain_juveniles

number of juveniles on the floodplain before growth or survival rates are applied (NULL for bypasses and delta)

floodplain_survival_rate

floodplain survival rate by size class (NULL for bypasses and delta)

floodplain_growth

growth transition matrix for juveniles rearing on the floodplain (NULL for bypasses and delta)

stochastic

TRUE FALSE value indicating if model is being run stochastically

weeks_flood

number of weeks floodplain is inundated (0 through 4)

Source

IP-117068


CVPIA-OSC/lateFallRunDSM documentation built on June 30, 2022, 10:04 p.m.