itsTimes {its} | R Documentation |
Time functions for objects of class "its"
.
daysecondIts(x,...) weekdayIts(x,...)
x |
an object of class "its" |
... |
further arguments passed to as.POSIXlt |
daysecondIts
returns the number of seconds since midnight.
weekdayIts
tests which entries of an irregular time-series object are
time-stamped with weekdays.
For daysecondIts
a vector of decimal numbers representing the number of seconds.
For weekdayIts
a vector of "logical"
representing the test results
for each time.
Giles Heywood
ts
,
POSIXct
,
itsFile
,
itsLags
itsJoin
itsTimes
itsSubset
itsFin
itsDisp
itsInfo
itsCumdif
itsArith
itsInterp
## Not run: its.format("%Y-%m-%d %A") b <- newIts() print(b) daysecondIts(b) weekdayIts(b) its.format("%Y-%m-%d") ## End(Not run)