Description Usage Arguments Details Value
Identify and flag values of runs with repeating values in a vector.
1 |
x |
A numeric atomic type with NULL dimensions. |
length |
A numeric value. |
ignore |
NA
values are omitted before evaluation of runs. Thus NA
s do
not interrupt runs. Flagging is done according to the 0 - 2 quality control
flag scheme.
This is a modified version of the function of the same name in the R package "openeddy". Primary modifications: added support for ignoring runs of value 0.
An integer vector with the same length as x
. Its
varnames
and units
attributes are set to name_out
and
"-"
values, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.