Description Usage Arguments Value References See Also Examples
View source: R/Chla_estimation.R
Ocean Color Index (OCI) algorithm by Hu et al. (2012)
1 | OCI_Hu12(Rrs443, Rrs490, Rrs510, Rrs560, Rrs665)
|
Rrs443 |
Rrs443 |
Rrs490 |
Rrs490 |
Rrs510 |
Rrs510 |
Rrs560 |
Rrs560 |
Rrs665 |
Rrs665 |
A list including the algorithm indices and Chla concentration.
Hu C, Lee Z, Franz B. Chlorophyll a algorithms for oligotrophic oceans: A novel approach based on three band reflectance difference[J]. Journal of Geophysical Research: Oceans, 2012, 117(C1).
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()
,
Gons08()
,
NDCI_Mi12()
,
QAA_v5()
,
SCI_Shen10()
,
TC2()
,
run_all_Chla_algorithms()
1 2 3 | data(WaterSpec35)
res = OCI_Hu12(WaterSpec35$`442.5`, WaterSpec35$`490`, WaterSpec35$`510`,
WaterSpec35$`560`, WaterSpec35$`665`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.