CFTime
R/api.R
length.CFTime.Rd
The length of the offsets contained in the CFTime instance.
# S3 method for class 'CFTime' length(x)
The CFTime instance whose length will be returned
The number of offsets in the specified CFTime instance.
t <- CFtime("days since 1850-01-01", "julian", 0:364) length(t) #> [1] 365