Blend_Smith18: Blending algorithm by Smith et al. (2018)

Description Usage Arguments Value References See Also Examples

View source: R/Chla_blending.R

Description

Blending algorithm by Smith et al. (2018)

Usage

1
Blend_Smith18(Rrs443, Rrs490, Rrs510, Rrs560, Rrs665, Rrs709)

Arguments

Rrs443

Rrs443

Rrs490

Rrs490

Rrs510

Rrs510

Rrs560

Rrs560

Rrs665

Rrs665

Rrs709

Rrs709

Value

A list including the algorithm estimated CHL_G2B, CHL_OCI, CHL_BLEND concentration. PHI index. a1 and a2 coefficients.

References

Smith M E, Lain L R, Bernard S. An optimized chlorophyll a switching algorithm for MERIS and OLCI in phytoplankton-dominated waters[J]. Remote Sensing of Environment, 2018, 215: 217-227.

See Also

Other Algorithms: Chla concentration: Blend_Bi21(), Blend_FCMm(), Blend_Jac17(), Blend_Moo14(), 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()

Examples

1
2
3
data(WaterSpec35)
res = Blend_Smith18(WaterSpec35$`442.5`, WaterSpec35$`490`, WaterSpec35$`510`, 
WaterSpec35$`560`, WaterSpec35$`665`, WaterSpec35$`708.75`)

bishun945/FCMm documentation built on Oct. 15, 2021, 6:43 p.m.