OCI_Hu12: Ocean Color Index (OCI) algorithm by Hu et al. (2012)

Description Usage Arguments Value References See Also Examples

View source: R/Chla_estimation.R

Description

Ocean Color Index (OCI) algorithm by Hu et al. (2012)

Usage

1
OCI_Hu12(Rrs443, Rrs490, Rrs510, Rrs560, Rrs665)

Arguments

Rrs443

Rrs443

Rrs490

Rrs490

Rrs510

Rrs510

Rrs560

Rrs560

Rrs665

Rrs665

Value

A list including the algorithm indices and Chla concentration.

References

Hu C, Lee Z, Franz B. Chlorophyll a algorithms for oligotrophic oceans: A novel approach based on three band reflectance difference[J]. Journal of Geophysical Research: Oceans, 2012, 117(C1).

See Also

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(), QAA_v5(), SCI_Shen10(), TC2(), run_all_Chla_algorithms()

Examples

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

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