Learn R Programming

ypr (version 0.6.0)

ypr_optimize: Optimize Capture

Description

Finds the interval annual capture probability (pi) that maximises the yield for a given population.

Usage

ypr_optimize(object, Ly = 0, harvest = TRUE, biomass = FALSE)

Value

The interval annual capture probability (pi) that maximises the yield.

Arguments

object

The population or populations.

Ly

The minimum length (trophy) fish to consider when calculating the yield (cm).

harvest

A flag specifying whether to calculate the yield for harvested fish or captures.

biomass

A flag specifying whether to calculate the yield in terms of the biomass versus number of individuals.

See Also

Other calculate: ypr_age_at_length(), ypr_exploitation(), ypr_length_at_age(), ypr_yields(), ypr_yield()

Examples

Run this code
ypr_optimize(ypr_population())

Run the code above in your browser using DataLab