View source: R/calc-probs-biomass.R
calc_probs_biomass | R Documentation |
Calculate the probabilities that biomasses are under or over given reference points or that they decline or increase from one year to the next
calc_probs_biomass(
d,
refpt = 0.2,
prob_gt = TRUE,
year_to_year = FALSE,
format = c("latex", "html"),
...
)
d |
A data frame containing a column named |
refpt |
The depletion value that is checked against in the data frame
|
prob_gt |
Stand for 'probability greater than'. If |
year_to_year |
If |
format |
If 'latex' modify column headers with latex code, if 'html' modify column headers with html code |
... |
Absorb arguments intended for other functions |
A data frame containing N rows where N is the number of unique
catch levels in d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.