View source: R/g.part5.handle_lux_extremes.R
g.part5.handle_lux_extremes | R Documentation |
Extreme values are imputed by mean of neightbours if they occur isolated or in a sequence of two, and removed if they occure in a sequence of 3 or longer.
g.part5.handle_lux_extremes(lux)
lux |
Vector with lux values |
List of imputed lux values and a vector with matching length named correction_log indicating which timestamps where imputed (value=1), replaced by NA (value=2) or untouched (value=0).
Vincent T van Hees <v.vanhees@accelting.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.