series_range: Series Range

Description Usage Arguments Value Examples

View source: R/binning.R

Description

Compute the range, minimum and maximum values in a floating-point time series series.

Usage

1
series_range(series)

Arguments

series

Vector giving the time series.

Value

List giving the range, the minimum and the maximum value of the series.

Examples

1
2
series_range(c(0, 1, 2, 3, 4, 5))        # list(5, 0, 5)
series_range(c(-0.1, 8.5, 0.02, -6.3))   # list(14.8, -6.3, 8.5)

rinform documentation built on April 1, 2018, 12:12 p.m.