fecW_LM: Fecundity and function of weight

Description Usage Arguments Value Examples

View source: R/fecW_LM.R

Description

fecW_LM is a linear model describing fecundity (number of eggs) as a function of individual weight

Usage

1
fecW_LM(fec_a = 0, fec_b = 1, Wt = 500)

Arguments

fec_a

intercept

fec_b

slope

Wt

individual weight (from cohortSim function)

Value

Number of eggs per individual

Examples

1
2
3
4
data(tilapia)
res <- cohortSim(tilapia, t_incr=0.1)
plot(Neggst ~ Wt, res) # Number of eggs as a function of ind. weight
plot(res$t, res$Neggst*res$pmat*res$Nt) # total population fecundity by age

marchtaylor/fishdynr documentation built on May 21, 2019, 11:27 a.m.