metabLoss_v4 | R Documentation |
Metab Loss, Version 4 Estimating Metabolism from DO data. This function calculates the likelihoods; use in conjunction with an optimization routine to minimize NLL. Use this for one day's data at a time. Created by CTS, 29 January 2009. Version 4 created August 2009.
metabLoss_v4(parsIn, dataIn)
parsIn |
A vector of parameters. First element is |
dataIn |
A data frame, which includes the following columns: DOObs: DO (mg/L); DOSat: DO at saturation (mg/L); irr: irradiance (PAR) (mmol m-2 s-1) >>>> note that GLEON data may actually be in umol; check; kO2: piston velocity for O2, m (timeStep)-1; zMix: depth of the mixed layer (m); fluxDummy: 0 if zMix is above DO sensor depth (prevents atm flux); 1 otherwise. |
NLL, which is a scalar (I think? -KG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.