rear | R Documentation |
Calculates the number of juveniles that survive and grow inchannel and on the floodplain
rear( juveniles, survival_rate, growth, floodplain_juveniles = NULL, floodplain_survival_rate = NULL, floodplain_growth = NULL, weeks_flooded = NULL, stochastic )
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 |
|
weeks_flood |
number of weeks floodplain is inundated (0 through 4) |
IP-117068
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.