Skip to content
New issue

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

No applicable method for 'amHist' applied to an object of class "c('POSIXct', 'POSIXt')" #71

Open
SamoPP opened this issue Apr 15, 2017 · 0 comments

Comments

@SamoPP
Copy link

SamoPP commented Apr 15, 2017

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant