knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

hsi

Lifecycle: experimental R-CMD-check Codecov test coverage License: MIT

hsi is an R package to manipulate Habitat Suitability (HSI) data frames. A HSI data frame is a data frame with a Habitat (integer) and Index (double) column where the Habitat values are an increasing continous sequence and the index values are between 0 and 1.

Installation

To install the latest development version from GitHub

# install.packages("devtools")
devtools::install_github("poissonconsulting/hsi")

Code of Conduct

Please note that the hsi project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



poissonconsulting/hsi documentation built on May 28, 2022, 5 a.m.