Character representation of the extreme values in the time series.
Usage
# S3 method for class 'CFTime'
range(x, format = "", bounds = FALSE, ..., na.rm = FALSE)
Arguments
- x
An instance of the CFTime class.
- 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
x
, "timestamp" otherwise. Otherwise a suitable format specifier can be provided.- bounds
Logical to indicate if the extremes from the bounds should be used, if set. Defaults to
FALSE
.- ...
Ignored.
- na.rm
Ignored.