Learn R Programming

rglobi (version 0.2.4)

get_interactions: Get Species Interaction from GloBI

Description

Get Species Interaction from GloBI

Usage

get_interactions(taxon = "Homo sapiens", interaction.type = "preysOn",
  opts = list())

Arguments

taxon
canonical scientic name of source taxon (e.g. Homo sapiens)
interaction.type
the preferred interaction type (e.g. preysOn)
opts
list of options to configure GloBI API

Value

  • species interactions between source and target taxa

See Also

Other interactions: get_child_taxa; get_interaction_matrix; get_interaction_table; get_interaction_types; get_interactions_by_taxa; get_predators_of; get_prey_of

Examples

Run this code
get_interactions("Homo sapiens", "preysOn")
get_interactions("Insecta", "parasiteOf")

Run the code above in your browser using DataLab