powered by
Movement smoothing of trajectory pattern
Track.idw(X,timestamp,epsilon=epsilon,...)
a list of objects of class "Track"
based on secs,mins, ...
(optional) movements with length less than epsilon are not considered in the calculation
passed to arguments of fucntion idw in spatstat
an image of class "im".
Performs spatial smoothing to the movements of a list of tracks.
as.Track.arrow, idw
# NOT RUN { X <- list() for(i in 1:10){ m <- matrix(c(0,10,0,10),nrow=2,byrow = TRUE) X[[i]] <- rTrack(bbox = m,transform = TRUE) } Track.idw(X,timestamp="180 secs") # }
Run the code above in your browser using DataLab