README.md

OHICORE

The ohicore is a package of core functions for calculating the Ocean Health Index (OHI). The goal of ohicore is to facilitate calculation of OHI scores both for the annual global assessments and regional assessments, within a tailorable framework. For more information, please visit OHI-Science.org. See ohi-science.org/toolbox-training for more on using the ohicore for ocean health assessments.

Installation

You can install ohicore from github with:

# devtools is needed for installing packages from Github
# install.packages("devtools")

# install packages
devtools::install_github('ohi-science/ohicore')
library(ohicore)

Example

This is a basic example which shows you how to solve a common problem:

## basic example code

Preview pkgdown Website

library(pkgdown)
preview_site()


OHI-Science/ohicore documentation built on Dec. 10, 2023, 5:45 a.m.