calcMSI | R Documentation |
calcMSI
- Calculate multispecies indicator.This function takes the output of applyFilters
and produces a multispecies indicator
using the chosen method.
calcMSI(dat, method, write, outPath, plotLabel, bmaInd = NULL, ...)
dat |
String. Object returned by |
method |
String. Which indicator method to use. One of "lambda" or "BMA". |
write |
Logical. Whether or not to write the outputs to file. |
outPath |
String. Where to store the outputs if write = TRUE. |
plotLabel |
String. Title for the indicator plot. |
bmaInd |
String. Use "prime" if all species data are available for all species in all years, and "reg" otherwise. See Freeman et al. 2020 for details. |
... |
String. Title for the indicator plot.Additional arguments to be passed to |
An list with elements indicator, short term assessment, long term assessment and plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.