
Get Species Interactions by Interaction Type from GloBI
Source:R/rglobi.R
get_interactions_by_type.Rd
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
See also
Other interactions:
get_interaction_matrix()
,
get_interaction_types()
,
get_interactions_by_taxa()
,
get_interactions()
,
get_predators_of()
,
get_prey_of()
Examples
if (FALSE) {
get_interactions_by_type(interactiontype = c("eats", "eatenBy"))
get_interactions_by_type(interactiontype = "parasiteOf")
}