Learn R Programming

CFtime (version 1.4.1)

length,CFtime-method: 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 CFtime
length(x)

Value

The number of offsets in the specified CFtime instance.

Arguments

x

The CFtime instance whose length will be returned

Examples

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

Run the code above in your browser using DataLab