Description Usage Arguments Value
Running simulations over a set of varying parameters, where each parameter is
changed while holding all others constant. It runs in parallel using the
doSNOW
and foreach
packages.
1 2 | run_sensitivity(p, p.seq, n.sim, ngrid, ncell, g.p, control.p, lc.df,
verbose = FALSE, makeGIFs = FALSE)
|
p |
Parameter to perform the sensitivity analysis on |
p.seq |
Sequence of values for the parameter |
n.sim |
|
ngrid |
Number of grid cells in entire map |
ncell |
Number of inbound grid cells |
g.p |
Named list of global parameters set with |
control.p |
NULL or named list of buckthorn control treatment parameters
set with |
lc.df |
Dataframe or tibble with xy coords, land cover proportions, and cell id info |
verbose |
|
makeGIFs |
|
Success message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.