intv_duration() calculates the duration of each temporal interval.
intv_seq() generates sequences of values within each temporal interval.
Usage
intv_duration(x)
# S3 method for class 'tempo_interval_numeric'
intv_duration(x)
# S3 method for class 'tempo_interval_era_yr'
intv_duration(x)
intv_seq(x, ...)
# S3 method for class 'tempo_interval'
seq(x, ...)Arguments
- x
A temporal interval vector (see
interval()).- ...
Passed to
seq().