timeEvent {splusTimeDate} | R Documentation |
Constructor Function For timeEvent
Objects
Description
Constructs a timeEvent
object.
Usage
timeEvent(start., end., IDs)
Arguments
start. |
a time/date object giving start times of events.
The function can be called with no arguments, but if any are
supplied, |
end. |
a time/date object giving end times of events. If missing, defaults to
one day after |
IDs |
the names or numbers identifying individual events in the object. If missing, defaults to empty strings. |
Details
The start.
, end.
and IDs
are put into the corresponding
columns of a new timeEvent
object.
Value
returns a timeEvent
object derived from the inputs.
See Also
Examples
timeEvent()
timeEvent(holiday.Christmas( 1990:2010 ), ID = 1990:2010)
[Package splusTimeDate version 2.5.8 Index]