Displaying 1 result from an estimated 1 matches for "4614l".
Did you mean:
4614
2012 May 29
1
Extract time from irregular date and time data records
...h incorrect times. So for example:
## df
df<-structure(list(Temperature = c(18.63, 18.4, 18.18, 16.99, 16.86,
11.39, 11.39, 11.37, 11.37, 11.37, 11.37), JulianDay.Hour = c(22610L,
22610L, 22610L, 22610L, 22610L, 22611L, 22611L, 22611L, 22611L,
22611L, 22611L), Minutes.Seconds = c(4608L, 4611L, 4614L, 4638L,
4641L, 141L, 144L, 208L, 211L, 214L, 238L)), .Names = c("Temperature",
"JulianDay.Hour", "Minutes.Seconds"), row.names = c(3176L, 3177L,
3178L, 3179L, 3180L, 3079L, 3080L, 3054L, 3055L, 3056L, 3057L
), class = "data.frame")
## Extraction method for t...