View source: R/FUNCTION_RickerHelpers.R
ricker.array | R Documentation |
This function calculates Recruits for a set of Ricker a,b parameters and spawner abundance (by setting up 2 dim arrays).
ricker.array(a.vec, b.vec, spn.vec)
a.vec |
vector of "a" parameters, typically an MCMC posterior sample |
b.vec |
vector of "b" parameters, typically an MCMC posterior sample #' @param spn.vec vector of spawner abundances for which to calculate a distribution of recruits, based on the a and b samples |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.