powered by
timeEvent
Constructs a timeEvent object.
timeEvent(start., end., IDs)
returns a timeEvent object derived from the inputs.
a time/date object giving start times of events. The function can be called with no arguments, but if any are supplied, start. is required.
start.
a time/date object giving end times of events. If missing, defaults to one day after start., minus 1 millisecond.
the names or numbers identifying individual events in the object. If missing, defaults to empty strings.
The start., end. and IDs are put into the corresponding columns of a new timeEvent object.
end.
IDs
timeEvent() timeEvent(holiday.Christmas( 1990:2010 ), ID = 1990:2010)
Run the code above in your browser using DataLab