Description Usage Arguments Value
Draw samples from the prior distribution as defined by biological parameters from FishLife and initial depletion distribution.
1 | draw.priors(N, penalties, Kprior, Catch, Taxon, Kscale = 2)
|
N |
Number of draws |
penalties |
A list of penalties, see ?run.SIR for more information. |
Kprior |
Maybe a multiplier on K? |
Catch |
Vector of catch |
Taxon |
A list with taxonomic information, including 'Class', 'Order', 'Family', 'Genus', 'Species'. Any blanks will be converted to 'predictive' internally when querying FishLife. |
Kscale |
Scalar to control the initial biomass which is generated as runif(N, Carry/Kscale, Carry*Kscale) where Carry=Kprior*max(Catch). |
A list that contains 'draws', a data.frame with N random draws from all priors, and 'Taxon' which is a character string that is returned from the FishLife query match.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.