Skip to content

SCAR/sohungry

Repository files navigation

sohungry

R-CMD-check codecov Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge

Overview

This R package provides access to the SCAR Southern Ocean Diet and Energetics Database, and some tools for working with these data. For more information about the database see https://scar.org/resources/southern-ocean-diet-energetics/.

Installing

options(repos = c(scar = "https://scar.r-universe.dev", CRAN = "https://cloud.r-project.org"))
install.packages("sohungry")

## or install from github
## install.packages("remotes") ## if needed
remotes::install_github("SCAR/sohungry")

Usage

Basic usage: load the desired dataset using so_isotopes(), so_energetics(), so_lipids(), so_dna_diet(), or so_diet().

Examples

See the package vignette.

About

R package for Southern Ocean Diet and Energetics Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages