iobis / speedy

Species distribution summaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speedy

This package fetches and summarizes marine species distributions based on OBIS, GBIF, and WoRMS. It also calculates thermal envelopes using Bio-ORACLE sea surface temperature data.

Installation

remotes::install_github("iobis/speedy")

Summary distribution map

library(speedy)

scientificname <- "Didemnum perlucidum"
didemnum <- get_dist(scientificname = scientificname)
plot_dist(didemnum)

scientificname <- "Eriocheir sinensis"
eriocheir <- get_dist(scientificname = scientificname)
plot_dist(eriocheir)

Temperature envelope

plot_kd(didemnum$envelope)

plot_kd(eriocheir$envelope)

Plausibility map

pl_eriocheir <- calculate_plausibility(eriocheir)
plot_plausibility(pl_eriocheir)

About

Species distribution summaries.


Languages

Language:R 100.0%