as.character,CFtime-method {CFtime}R Documentation

Return the timestamps contained in the CFtime instance.

Description

Return the timestamps contained in the CFtime instance.

Usage

## S4 method for signature 'CFtime'
as.character(x)

Arguments

x

The CFtime instance whose timestamps will be returned

Value

The timestamps in the specified CFtime instance.

Examples

cf <- CFtime("days since 1850-01-01", "julian", 0:364)
as.character(cf)

[Package CFtime version 1.4.0 Index]