Character representation of the extreme values in the time series
Usage
# S4 method for CFtime
range(x, format = "", bounds = FALSE, ..., na.rm = FALSE)
Value
Vector of two character representations of the extremes of the time series.
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.