dynamicalab.food_webs¶
-
dynamicalab.
food_webs
(save_path)[source]¶ Iterator through all food webs datasets.
Parameter
- save_path : String
- Directory to which the data will be saved.
Example
for data in dlb.food_webs("./data"): G = data.graph()
Note
It loads all methods of
Dynamicalab
for which the name containsfoodwebs_
. Therefore, the name convention must be enforced.