get_interactions_by_type: Get Species Interactions by Interaction Type from GloBI

View source: R/rglobi.R

get_interactions_by_typeR 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")


ropensci/rglobi documentation built on Oct. 18, 2023, 7:55 a.m.