[R] create zoo object within a for loop

2015-10-15 Thread Wiebke Ullmann
Dear everyone. I have a data frame with relocation data of several animals >head(data) timestamp individual easting northing 25.03.2014 07:00 animal1 410712.5 5913542 25.03.2014 08:00

Re: [R] create zoo object within a for loop

2015-10-15 Thread David Winsemius
On Oct 15, 2015, at 4:07 AM, Wiebke Ullmann wrote: > Dear everyone. > > I have a data frame with relocation data of several animals > >> head(data) It would be better to post output of dput(head(data)) > >timestamp > > > individual > > > easting > > >