powered by
Extract the subset of a 'timeDate' object observed between two time stamps.
# S3 method for timeDate window(x, start , end, …)# S3 method for timeDate cut(x, from , to, …)
# S3 method for timeDate cut(x, from , to, …)
starting date, required, and end date, ptional. If supplied to must be after from.
to
from
an object of class timeDate.
timeDate
arguments passed to other methods.
returns an object of class timeDate.
# NOT RUN { ## timeCalendar - # Monthly Dates in Current Year: tS = timeCalendar() tS ## window - # 2nd Quarter Window: tS[4:6] window(tS, tS[4], tS[6]) # }
Run the code above in your browser using DataLab