check_range: Validation by range

Description Usage Arguments References See Also

Description

Validates timeseries data by isolating a reasonable range. The output is an xts-object with logical values. Data points within the range are set to TRUE, otherwise FALSE.

Usage

1
2
check_range(xts, y_min = min(xts, na.rm = T), y_max = max(xts, na.rm = T),
  verbose = TRUE)

Arguments

xts

An xts object to be validated.

y_min

The lower bound.

y_max

The upper bound.

verbose

logical. Provide additional details?

References

DWA (2011). Merkblatt DWA-M 181 - Messung von Wasserstand und Durchfluss in Entwaesserungssystemen. Hennef.

See Also

xts.


dleutnant/m181 documentation built on May 15, 2019, 9:16 a.m.