fluspect: fluspect

Description Usage Arguments Details Value Author(s) Examples

Description

fluspect calculates reflectance and transmittance spectra of a leaf using FLUSPECT-B, plus four excitation-fluorescence matrices

Usage

1
fluspect(leafbio, spectral = define.bands(), optipar = NULL)

Arguments

leafbio

Data Frame. It contains: Cab, Cca, Cw, Cdm, Cs, N, fqe

spectral

List. (Optional) A spectral object created with define.bands. A default spectral object is used if the user does not indicate any.

optipar

Data Frame. (Optional) It contains: nr, Kdm, Kab, Kca, Kw, Ks, phiI, phiII. A default optipar object is used if the user does not indicate any.

Details

More information: Fluspect-B: A model for leaf fluorescence, reflectance and transmittance spectra. Vilfan et al., 2016

Original version in MatLab: github.com/Christiaanvandertol/Fluspect

Value

a list which contains:

Author(s)

Nastassia Vilfan, Christiaan van der Tol, Onno Muller, Uwe Rascher, Wouter Verhoef (Original version in Matlab)

Alberto Hornero (Ported version into R)

Examples

1
2
3
leafbio <- data.frame(Cab = 70, Cca = 30, Cw = 0.013, Cdm = 0.024, Cs = 0.0, N = 4.09, fqe = 0.02)
leafopt <- fluspect(leafbio)
plot(leafopt$refl)

fluspect documentation built on May 2, 2019, 8:57 a.m.

Related to fluspect in fluspect...