Description Usage Arguments Value References See Also Examples
View source: R/Chla_estimation.R
Gons algorithm by Gons et al. (2008)
1 | Gons08(Rrs665, Rrs709, Rrs779)
|
Rrs665 |
Rrs665 |
Rrs709 |
Rrs709 |
Rrs779 |
Rrs779 |
A list including the algorithm estimated bbp and Chla concentration.
Gons H J, Auer M T, Effler S W. MERIS satellite chlorophyll mapping of oligotrophic and eutrophic waters in the Laurentian Great Lakes[J]. Remote Sensing of Environment, 2008, 112(11): 4098-4106.
Other Algorithms: Chla concentration:
Blend_Bi21(),
Blend_FCMm(),
Blend_Jac17(),
Blend_Moo14(),
Blend_Smith18(),
Bloom(),
C6(),
Chla_FBA,
Chla_Gil10_Git11,
Chla_OCx_OLCI,
FCM_m_Chla_estimation(),
NDCI_Mi12(),
OCI_Hu12(),
QAA_v5(),
SCI_Shen10(),
TC2(),
run_all_Chla_algorithms()
1 2 | data(WaterSpec35)
res = Gons08(WaterSpec35$`665`, WaterSpec35$`708.75`, WaterSpec35$`778.75`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.