Learn R Programming

CFtime (version 1.6.0)

length.CFTime: The length of the offsets contained in the CFTime instance.

Description

The length of the offsets contained in the CFTime instance.

Usage

# S3 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
t <- CFtime("days since 1850-01-01", "julian", 0:364)
length(t)

Run the code above in your browser using DataLab