We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was looking to plot histogram of times and unfortunately this great package does no handle POSIXct:
The text was updated successfully, but these errors were encountered: