Endpoints Indexes
Returns endpoint indexes from a 'timeDate' object
.endpoints(x, on = c("months", "years", "quarters", "weeks", "days", "hours", "minutes", "seconds"), k=1)
x |
a |
on |
the periods endpoints to find as a character string.
Select from: |
k |
along every k-th element. |
endpoints
returns an integer vector corresponding to the last
observation in each period specified by on
, with a zero added
to the beginning of the vector, and the index of the last observation
in x
at the end.
returns an intege vector of endpoints beginning with 0 and ending
with the a value equal to the length of the x
argument.
Jeff Ryan, modofied by Diethelm Wuertz for timeDate
objects.
## endpoints - # Weekly Endpoints: .endpoints(timeCalendar(), on="w")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.