Skip to content

SCCWRP/KelpAreaIndicator

Repository files navigation

KelpAreaIndicator

The goal of the KelpAreaIndicator R package is to explore the Landsat kelp area data along the west coast of the US.

Installation

You can install the development version of KelpAreaIndicator with the install_github function from the devtools package like so:

devtools::install_github(
  "SCCWRP/KelpAreaIndicator", 
  build_vignettes = TRUE, 
  build_manual = TRUE
)

Help

After installation, all functions have help pages accessible through the ? operator.

library(KelpAreaIndicator)
?segment_landsat_data

To view a simple example of using the package:

vignette("KelpAreaIndicator", package = "KelpAreaIndicator")

Releases

No releases published

Packages

No packages published

Languages