makeAndSaveMasterScen | R Documentation |
MAKE AND SAVE SCENARIO MASTER MATRICES (SPP X PIXEL MATRICES) FUNCTION compiles all scenario networks into a sparse matrix and saves it to an .rds file
makeAndSaveMasterScen(
x,
returnMaster = FALSE,
dietcat,
redo = FALSE,
save = TRUE
)
x |
is the .RData file containing the list of networks. |
returnMaster |
controls whether the function returns the master matrix or not. Defaults to FALSE and returns the saved file path |
dietcat |
diet categories (i.e., lowest trophic level nodes that are ubiquitous across all networks) |
redo |
controls whether masters will be recalculated and re-saved in case their saved files already exist |
save |
controls saving |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.