powered by
TimeInstantDataFrame-class
TimeInstantDataFrame(when, timezone = "UTC", data = NULL, ...)
POSIXct
timezone
NULL
TimeInstantDataFrame
when
data
To access to the class documentation, type in the R console :
class?TimeInstantDataFrame
TimeIntervalDataFrame
RegularTimeInstantDataFrame
timetools
TimeInstantDataFrame ( c('2010-01-01', '2010-02-01'), 'UTC', data.frame(ex=1:2) ) TimeInstantDataFrame (c('2010-01-01', '2010-02-01', '2010-02-02'), 'UTC')
Run the code above in your browser using DataLab