runFoodWebModel | R Documentation |
Run the food web size spectrum model manually
runFoodWebModel(Parameterset = "TraitBased", F0 = c(0.3, 0.3, 0.3), S = NA)
Parameterset |
Text string with the name of the parameter set to use |
F0 |
Array with fishing mortality on each fleet, or an array of fishig mortality on each species. |
S |
Output from a previous simulation to use as initial conditions |
A structure with the output of the simulation
runFoodWebModel('North Sea', F0 = c(0.1, 0.3, 0.7)) runFoodWebModel('Northeast US Cont. Shelf') runFoodWebModel('Benguela Current') runFoodWebModel('Baltic Sea') runFoodWebModel('Barents Sea')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.