Simply returns the value from `species_params$constant_recruitment`

srrConstant(rdi, species_params)

Arguments

rdi

Vector of egg production rates \(R_p\) for all species.

species_params

A species parameter dataframe. Must contain a column `constant_recruitment`.

Value

Vector `species_params$constant_recruitment`

See also

Other stock-recruitment functions: srrBevertonHolt(), srrNone(), srrRicker(), srrSheperd()