vrsChla: vrsChla

Description Usage Arguments Details Value Author(s) References Examples

View source: R/vrsChla.R

Description

vrsChla infers chlorophyll a concentrations of sediments from spectral measurements of absorbance at wavelengths between 650-700 nm, following the approach described in Wolfe et al. (2006) and Michelutti et al. (2010).

Usage

1
vrsChla(d, profilePlot = TRUE)

Arguments

d

matrix or data frame containing the input data

profilePlot

(defaults to TRUE): logical to control whether to produce the plot of sediment depth vs. inferred chlorophyll a values

Details

The input data should be in the form of a matrix or data frame with 28 columns:

NOTE: When using the Model 6500 series Rapid Content Analyzer at PEARL, the necessary values are contained in the 'spectra' tab of the excel file output (although they must be transposed). Ensure cells are formatted to 15 decimal places to avoid small rounding errors.

Value

chl.a.output table of the inferred chlorophyll a values (mg/g dry mass) for each interval.

Author(s)

Joshua Thienpont, Adam Jeziorski

References

Michelutti N, Blais JM, Cumming BF, Paterson AM, Ruhland K, Wolfe AP, Smol JP (2010) Do spectrally inferred determinations of chlorophyll a reflect trends in lake trophic status? Journal of Paleolimnology 43: 208-217

Wolfe AP, Vinebrooke RD, Michelutti N, Rivard B, Das B (2006) Experimental calibration of lake-sediment spectral reflectance to chlorophyll a concentrations: methodology and paleolimnological validation. Journal of Paleolimnology 36: 91-100

Examples

1
2
3
#Infer the chlorophyll a values from the example spectral data
data(vrsChlaInput)
vrsChla(vrsChlaInput)

shiggo/jezioro documentation built on Sept. 7, 2020, 7:34 p.m.