Learn R Programming

timetools (version 1.15.3)

duration: Extract duration of a Time object

Description

For Time objects.

Usage

duration(x, ...)

Value

For time intervals it returns a vector of integers indicating, for each time interval, the duration of the interval in seconds.

For time periods it returns a vector of integers indicating the duration of each time period using its own time unit. For instance :

duration(POSIXctp(1:2, c('month', 'year')))

> 1 2

Arguments

x

object from which get the duration

...

arguments to or from other methods

See Also

POSIXcti, POSIXctp