Description Usage Arguments Value References See Also Examples
View source: R/Chla_estimation.R
Synthetic Chlorophyll Index (SCI) algorithm by Shen et al. (2010)
1 | SCI_Shen10(Rrs560, Rrs620, Rrs665, Rrs681)
|
Rrs560 |
Rrs560 |
Rrs620 |
Rrs620 |
Rrs665 |
Rrs665 |
Rrs681 |
Rrs681 |
A list including the algorithm index and Chla concentration.
Shen F, Zhou Y X, Li D J, et al. Medium resolution imaging spectrometer (MERIS) estimation of chlorophyll-a concentration in the turbid sediment-laden waters of the Changjiang (Yangtze) Estuary[J]. International Journal of Remote Sensing, 2010, 31(17-18): 4635-4650.
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(),
TC2(),
run_all_Chla_algorithms()
1 2 3 | data(WaterSpec35)
res = SCI_Shen10(WaterSpec35$`560`, WaterSpec35$`620`,
WaterSpec35$`665`, WaterSpec35$`681.25`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.