Description Usage Arguments Value Examples
Compute the range, minimum and maximum values in a floating-point time
series series
.
1 | series_range(series)
|
series |
Vector giving the time series. |
List giving the range, the minimum and the maximum value of the series.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.