minutes: Extract Minutes, Hours, or Days of a High Frequency Time Series Object
Description
Extract the minutes or hours of a day, or days since the beginning of the year
This function is a generic, with currently a single method implemented
for objects of class zoo.
minutes returns the minute of the day as a character [0-59]
hours returns the hour of the day as a character [0-23]
days returns the day of the year as a character [001-366]
Details
Behaves exactly as weekdays, months and quarters from base
with the obvious difference in that the method extracts the
minutes or hours of a day, and day of the year for a given object.
minutes3,
minutes5,
minutes10,
minutes15,
minutes30 are wrappers to the appropriate minutes
time scale.