get_interactions_by_type {rglobi} | R Documentation |
Get Species Interactions by Interaction Type from GloBI
Description
Get Species Interactions by Interaction Type from GloBI
Usage
get_interactions_by_type(interactiontype = c("interactsWith"), ...)
Arguments
interactiontype |
the requested interaction type (e.g. preysOn) |
... |
list of options to configure GloBI API |
Value
species interactions given provided interaction type(s)
See Also
Other interactions:
get_interaction_matrix()
,
get_interaction_types()
,
get_interactions_by_taxa()
,
get_interactions()
,
get_predators_of()
,
get_prey_of()
Examples
get_interactions_by_type(interactiontype = c("eats", "eatenBy"))
get_interactions_by_type(interactiontype = "parasiteOf")
[Package rglobi version 0.3.4 Index]