Description Usage Arguments Value References See Also Examples
View source: R/Chla_estimation.R
Quasi-Analytical Algorithm version 5 (QAA_v5) by Lee et al. (2002)
1 2 3 4 5 6 7 8 9 10 |
wv |
Wavelength vector |
Rrs |
Rrs matrix |
wv412 |
Wavelength index of 412 nm |
wv443 |
Wavelength index of 443 nm |
wv490 |
Wavelength index of 490 nm |
wv560 |
Wavelength index of 560 nm |
wv667 |
Wavelength index of 667 nm |
verbose |
Print process information (default as FASLE) |
Results of QAA_v5
are the list including:
input |
input list including |
const |
constant values of |
Var |
Indirect variables including |
IOP |
Inherent optical properties including |
Chl |
Results of Chl concentration estimation including |
residu |
Residual constrains including |
Lee Z P, Carder K L, Arnone R A. Deriving inherent optical properties from water color: a multiband quasi-analytical algorithm for optically deep waters[J]. Applied optics, 2002, 41(27): 5755-5772.
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()
,
SCI_Shen10()
,
TC2()
,
run_all_Chla_algorithms()
1 2 3 4 5 | data(WaterSpec35)
Rrs = WaterSpec35[,-c(1,2)]
wv = as.numeric(names(Rrs))
print(wv)
res = QAA_v5(wv, Rrs, wv412 = 2, wv443 = 3, wv490 = 4, wv560 = 6, wv667 = 9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.