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

View source: R/api.R

length.CFTimeR Documentation

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 class 'CFTime'
length(x)

Arguments

x

The CFTime instance whose length will be returned

Value

The number of offsets in the specified CFTime instance.

Examples

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

CFtime documentation built on April 12, 2025, 5:07 p.m.