length,CFtime-method {CFtime} | R Documentation |
The length of the offsets contained in the CFtime instance.
## S4 method for signature 'CFtime'
length(x)
x |
The CFtime instance whose length will be returned |
The number of offsets in the specified CFtime instance.
cf <- CFtime("days since 1850-01-01", "julian", 0:364)
length(cf)