powered by
This function allows to interpolate trajectories. It does this on the basis of a simple interpolation, depending on the spaceMethod that is specified.
spaceMethod
interpolateTime(x, time, spaceMethod=c('euclidean','greatcircle','rhumbline'),...)
an object of the Move-class
either timestamps, or a number of locations or time interval that is used to generate a sequence of timestamps using the seq function
seq
a character that indicates the interpolation function to be used
other arguments currently not used
# NOT RUN { data(leroy) plot(interpolateTime(leroy[1:200,], 700,'gr')) # }
Run the code above in your browser using DataLab