timeseq {rtv} | R Documentation |
A (deterministic and uniformly spaced) sequence of time values represented by a crtv object.
timeseq (x1, x2, n, ...)
x1 |
An rtv object of either, length one, giving the starting value, or length two, giving both the starting and ending values. |
x2 |
A scalar rtv object giving the ending value (if x1 is of length one). |
n |
Length of the sequence. |
... |
Arguments for the crtv constructor, e.g. unit. |