| seq | R Documentation |
datey or durationy sequence vectorCreates a datey or durationy vector by defining a sequence.
## S3 method for class 'datey'
seq(from, to, by, ...)
## S3 method for class 'durationy'
seq(from, to, by, ...)
from |
The first value in the sequence.
A scalar |
to |
The sequence stops before values exceed |
by |
The increment of the sequence.
A scalar |
... |
Not used. |
The sequence as a vector of datey (for seq.datey) or
durationy (for seq.durationy).
datey, durationy
seq(from = datey(2000), to = datey(2005), by = durationy(2))
seq(from = datey(2000), to = datey(1999), by = durationy(-0.25))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.