A data.frame, with a date-time column in POSIXt or
Date format, and one or several columns with observed variables.
sort.data
Logical, if TRUE, x will be sorted by date-time.
timestep
Character string keyword, giving the target time step length. Either "day" or "hour".
ts.col
Integer, column index of datetime column.
Details
EquallySpacedObs will preserve additional attributes present in x. If datetime column is of class
Date, there may occur problems with daylight saving time shifts. To avoid problems, use class
POSIXct and set time zone to "UTC".