Description Usage Arguments Value References See Also Examples
View source: R/Chla_estimation.R
Chla concentration algorithm for Turbid Case-2 (TC2) waters by Liu et al. (2020)
| 1 | TC2(Rrs443, Rrs560, Rrs665, Rrs709, Rrs754)
 | 
| Rrs443 | Rrs443 | 
| Rrs560 | Rrs560 | 
| Rrs665 | Rrs665 | 
| Rrs709 | Rrs709 | 
| Rrs754 | Rrs754 | 
A list including MCI index, Chla_final, Chla_clean, Chla_turbid, and flag.
Liu G, Li L, Song K, et al. An OLCI-based algorithm for semi-empirically partitioning absorption coefficient and estimating chlorophyll a concentration in various turbid case-2 waters[J]. Remote Sensing of Environment, 2020, 239: 111648.
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(),
OCI_Hu12(),
QAA_v5(),
SCI_Shen10(),
run_all_Chla_algorithms()
| 1 2 3 | data(WaterSpec35)
res = TC2(WaterSpec35$`442.5`, WaterSpec35$`560`, WaterSpec35$`665`,
WaterSpec35$`708.75`, WaterSpec35$`753.75`)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.