summarize_bbmsy: Summarize B/B_MSY values

Description Usage Arguments Value

Description

Summarize B/B_MSY values

Usage

1
2
summarize_bbmsy(bbmsy, probs = c(0.025, 0.25, 0.5, 0.75, 0.975),
  log = FALSE, ...)

Arguments

bbmsy

A numeric matrix of B/B_MSY values. Columns should represent years and rows should represent samples of B/B_BMSY.

probs

A numeric vector of quantile probabilities.

log

Logical: should the mean and standard deviation be calculated on the log scale and then exponentiated at the end?

...

Other parameters to pass to quantile, sd, and mean. For example, na.rm = TRUE.

Value

A data frame: rows are years and columns represent quantile, mean, and standard deviation values of B/B_MSY.


datalimited/datalimited documentation built on May 14, 2019, 7:44 p.m.