Description Usage Arguments Details Value Author(s) See Also Examples
Time functions for objects of class "its"
.
1 2 | daysecondIts(x,...)
weekdayIts(x,...)
|
x |
an object of class |
... |
further arguments passed to |
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
itsInterp
1 2 3 4 5 6 7 8 9 | ## Not run:
its.format("%Y-%m-%d %A")
b <- newIts()
print(b)
daysecondIts(b)
weekdayIts(b)
its.format("%Y-%m-%d")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.