get_index | R Documentation |
Get the standardised indices each year with associated uncertainty and return either as a table or a ggplot.
get_index(
fit,
year = NULL,
probs = c(0.025, 0.975),
rescale = 1,
do_plot = FALSE,
...
)
fit |
An object of class |
year |
The year or time label (e.g. year, Year, fishing_year, etc). |
probs |
The percentiles to be computed by the |
rescale |
How to re-scale the series. Choose from "raw" to retain the raw series, "unstandardised" to re-scale to the geometric mean of the unstandardised series, or a number to re-scale by. |
do_plot |
Return a |
... |
Additional parameters passed to |
a data.frame
or a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.