range,CFtime-method {CFtime} | R Documentation |
Extreme time series values
Description
Character representation of the extreme values in the time series
Usage
## S4 method for signature 'CFtime'
range(x, format = "", bounds = FALSE, ..., na.rm = FALSE)
Arguments
x |
An instance of the |
format |
A character string with format specifiers, optional. If it is
missing or an empty string, the most economical ISO8601 format is chosen:
"date" when no time information is present in |
bounds |
Logical to indicate if the extremes from the bounds should be
used, if set. Defaults to |
... |
Ignored. |
na.rm |
Ignored. |
Value
Vector of two character representations of the extremes of the time series.
Examples
cf <- CFtime("days since 1850-01-01", "julian", 0:364)
range(cf)
range(cf, "%Y-%b-%e")
[Package CFtime version 1.4.0 Index]