Learn R Programming

waterquality (version 1.0.0)

wq_calc: Water quality calculation

Description

Calculates a set of water quality indices

Usage

wq_calc(terraRast, alg = "all", sat, ...)

Value

SpatRaster

Arguments

terraRast

Terra SpatRaster containing a satellite data

alg

Name (e.g. Am09KBBI()) or type of the algorithm ("chlorophyll", "phycocyanin", "turbidity") or "all"

sat

Name of the satellite or instrument ("worldview2", "sentinel2", "landsat8", "modis", "meris", or "OLCI")

...

Other arguments passed on to terra::rast()