compileResultsMasterScen | R Documentation |
LOAD SCENARIO MASTER MATRICES (SPP X PIXEL MATRICES) FUNCTION compiles simulation results and saves the data.table
compileResultsMasterScen(
file.ls,
res.dir,
out.dir,
quant,
dietcat,
useCache = NULL,
cacheRepo = NULL
)
file.ls |
is the list of file.paths for the master matrices |
res.dir |
is the directory where scenario simulation results were saved |
out.dir |
is the directory where outputs will be saved |
quant |
is the quantile threshold of extinction chosen |
dietcat |
diet categories (i.e., lowest trophic level nodes that are ubiquitous across all networks) |
useCache |
is NULL, but will default to TRUE if the argument is not defined in the parent.frame() |
cacheRepo |
is NULL, but will default to temp.dir() if the argument is not defined in the parent.frame() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.