Learn R Programming

CFtime (version 1.3.0)

CFrange: Extreme time series values

Description

Character representation of the extreme values in the time series

Usage

CFrange(x)

# S4 method for CFtime CFrange(x)

Value

character. Vector of two character representations of the extremes of the time series.

Arguments

x

An instance of the CFtime class

Methods (by class)

  • CFrange(CFtime): Extreme values of the time series

Examples

Run this code
cf <- CFtime("days since 1850-01-01", "julian", 0:364)
CFrange(cf)

Run the code above in your browser using DataLab