length,CFtime-method {CFtime}R Documentation

The length of the offsets contained in the CFtime instance.

Description

The length of the offsets contained in the CFtime instance.

Usage

## S4 method for signature 'CFtime'
length(x)

Arguments

x

The CFtime instance whose length will be returned

Value

The number of offsets in the specified CFtime instance.

Examples

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

[Package CFtime version 1.4.0 Index]