Description Usage Arguments Value See Also Examples
Algorithm blending framework by Bi et al. (2021)
1  | Blend_Bi21(Rrs, wv_range = 3, ...)
 | 
Rrs | 
 Rrs data.frame input for matching centroids and calculating Chla  | 
wv_range | 
 Number that used to define the range of wavelength to capture the center wavelength of required band  | 
... | 
 parameters of apply_FCM_m  | 
A list includes Chla_blend, Rrs, res_FCM (the return of apply_FCM_m),
and estimates from optimal algorithms.
Other Algorithms: Chla concentration: 
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(),
TC2(),
run_all_Chla_algorithms()
1 2 3  | library(FCMm)
data(WaterSpec35)
res = Blend_Bi21(WaterSpec35[, -c(1,2)])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.