Description Usage Arguments Value See Also Examples
Algorithm blending framework by Bi theses
1 | Blend_FCMm(Rrs, wv_range = 3, reparam = TRUE, ...)
|
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 |
reparam |
Whether to apply reparameterization coefficients |
... |
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_Bi21(),
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_FCMm(WaterSpec35[, -c(1,2)])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.