View source: R/eqsr_Buckland.R
eqsr_Buckland | R Documentation |
Fits one or more stock recruitment relationships to data contained in 'data'
eqsr_Buckland(data, nsamp = 5000, models = c("Ricker", "Segreg", "Bevholt"))
data |
must be a data frame containing columns 'ssb' and 'rec' |
nsamp |
Number of nonparametric bootstrap samples to take from the stock recruitment data (default is 5000). If 0 (zero) then only the fits to the data are returned and no simulations are made. |
models |
A character vector containing stock recruitment models to fit. User can set any combination of "Ricker", "Segreg", "Bevholt", "Smooth_hockey". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.