runScripts: Run all analyses for a food web model or network Run all data...

Usage Arguments Examples

Usage

1
2
3
runScriptsModel(model = "Cascade", path = "./", Immigration = TRUE)

runScriptsEmpirical(web = "All", path = "./", Immigration = TRUE)

Arguments

model

food web model used to construct the network: options are 'Cascade', 'Niche', 'MPN25', 'MPN35', and 'MPN45'.

path

the path to the folder in which to put data and results

Immigration

flag marking whether to generate networks under an immigration model or closed model. Defaults to TRUE.

web

empirical network to be parameterized and simulated: options are "caricaie", "otago", "serengeti", "sylt", "ythan", "flensburg", "reef", "stmarks", and "tatoosh". A vector of network names can be provided to simulate more than one network, or web = "All" can be used to simulate all networks in the package.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
runScriptsModel('Niche')

## End(Not run)

## Not run: 
runScriptsEmpirical('tatoosh')

## End(Not run)

elsander/PredictImportance documentation built on May 5, 2019, 3:49 a.m.