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