View source: R/networksDataPrep.R
loadResultsMetrics | R Documentation |
LOAD METRICS RESULTS FUNCTION compiles simulation resuls and saves the data.table
loadResultsMetrics(
bl.dir = NULL,
res.dir = NULL,
out.dir = NULL,
quant = c("No_ext_thresh", "min", "quant10", "quant25", "median", "quant50", "quant75",
"quant90"),
onlyBL = FALSE,
onlyScen = FALSE
)
bl.dir |
is the directory where baseline simulation results were saved |
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 |
onlyBL |
load only baseline networks? |
onlyScen |
load only scenario networks? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.