make-MP | R Documentation |
Various functions that generate MPs
make_FixC_MP(ratio = 1)
make_FixF_MP(ratio)
make_RPC_MP(input, verbose = TRUE)
make_HCR_name(input, type = c("label", "description"))
ratio |
Numeric, the ratio of projected F or catch relative to that in the last historical year. |
input |
The input list from a shiny server session. |
verbose |
Whether to return information on the MP in the server log. |
type |
Whether a label or full description is returned. |
make_FixC_MP
generates a fixed catch MP.
make_FixF_MP
generates a fixed F MP. Ensure that OM@qinc <- OM@qcv <- c(0, 0)
.
make_RPC_MP
generates MP using a harvest control rule in the App.
make_HCR_name
returns a default name or description of the harvest control rule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.