timeseq {rtv}R Documentation

A Sequence of Time Values

Description

A (deterministic and uniformly spaced) sequence of time values represented by a crtv object.

Usage

timeseq (x1, x2, n, ...)

Arguments

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.

[Package rtv version 0.3.1 Index]