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.
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)
This is a basic example which shows you how to solve a common problem:
## basic example code
library(pkgdown)
preview_site()