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

Error in validityMethod(as(object, superClass)) #102

Open
AlbertoPina4 opened this issue Oct 11, 2021 · 0 comments
Open

Error in validityMethod(as(object, superClass)) #102

AlbertoPina4 opened this issue Oct 11, 2021 · 0 comments

Comments

@AlbertoPina4
Copy link

Hi,

I'm trying to use my own animal tracking data (.csv) through the 'move' package but I am having the following error message when I tried to use the "move" function with a data.frame containing tracks from different individuals (5 to be exact). I previously ran the example shown in the manual for a single individual and had no problems.

This is my data.frame

Rabis_moveVis.csv

Previously for this df I had the individuals in disorder, i.e. I inserted the individuals' tracks in the df randomly and the following error appeared:

Error in validityMethod(as(object, superClass)) : 
  The data in the MoveStack object are not grouped per individual

image

After that, I arranged the tracks in the df according to the timestamps (.csv that I attached to this message) and the following error appeared:

Error in validityMethod(as(object, superClass)) : 
  Not ordered timestamps per individual occured

image

Could you please advise me on what might be wrong and needs changing. Thanks once again for the package.

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