Open SamoPP opened 7 years ago
I was looking to plot histogram of times and unfortunately this great package does no handle POSIXct:
amHist(x=times, control_hist = list(breaks = 100)) Error in UseMethod("amHist") : no applicable method for 'amHist' applied to an object of class "c('POSIXct', 'POSIXt')" head(times) [1] "2017-04-15 10:32:00 EDT" "2017-04-15 10:32:00 EDT" [3] "2017-04-15 10:31:00 EDT" "2017-04-15 10:33:00 EDT" [5] "2017-04-15 10:32:00 EDT" "2017-04-15 10:32:00 EDT"
I was looking to plot histogram of times and unfortunately this great package does no handle POSIXct: