Description Usage Arguments Value
View source: R/fn_sensitivity.R
Generate and run simulations over a set of varying parameters. It runs in
parallel using the snow
and foreach
packages.
1 2 3 | global_sensitivity(par.ls, nSamp, ngrid, ncell, g.p, lc.df, sdd = NULL,
cell.init, control.p = NULL, save_yrs = NULL, verbose = FALSE,
sim.dir = "out/")
|
par.ls |
List output from |
nSamp |
|
ngrid |
Number of grid cells in entire map |
ncell |
Number of inbound grid cells |
g.p |
Named list of global parameters set with |
lc.df |
Dataframe or tibble with xy coords, land cover proportions, and cell id info |
sdd |
|
cell.init |
Vector with grid id of cells populated at t=0 |
control.p |
NULL or named list of buckthorn control treatment parameters
set with |
save_yrs |
|
verbose |
|
sim.dir |
|
list with elements out
containing the full output from
run_sim, and results
containing the parameter sets and
simulation summaries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.