as.character.CFTime {CFtime}R Documentation

Return the timestamps contained in the CFTime instance.

Description

Return the timestamps contained in the CFTime instance.

Usage

## S3 method for class 'CFTime'
as.character(x, ...)

Arguments

x

The CFTime instance whose timestamps will be returned.

...

Ignored.

Value

The timestamps in the specified CFTime instance.

Examples

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

[Package CFtime version 1.6.2 Index]