TAC | R Documentation |
Calculate harvest control rates.
reference.points(species)
harvest.control.rule(x, limit.reference.point, upper.stock.reference, species)
total.allowable.catch(x, ...)
TAC(x, ...)
species |
Species name or code. |
x |
Stock index value. |
limit.reference.point |
Limit reference point value. |
upper.stock.reference |
Upper stock reference point value. |
x <- seq(0, 125000, len = 1000)
y <- TAC(x, species = "snow crab")
plot(range(x) / 1000, c(0, 0.5), type = "n", xlab = "Commercial biomass (x1000 t)", ylab = "Exploitation rate", yaxs = "i")
grid()
lines(x / 1000, y, lwd = 2)
box()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.