| as.Track.arrow | R Documentation | 
Converting a list of Track objects to a list of marked point patterns. Each mark shows the length of movement.
as.Track.arrow(X,timestamp,epsilon=epsilon)
| X | A list of Track objects | 
| timestamp | based on secs, mins,... | 
| epsilon | (optional) movements with length less than epsilon are not considered in the calculation | 
Converting a list of Track objetcs to a list of marked point patterns. Marks show the length of movement with respect to the previous location.
a list of marked point patterns.
Mohammad Mehdi Moradi <moradi@uji.es>
rTrack, as.Track.ppp
if (require(spatstat.geom)) {
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)
}
Y <- as.Track.arrow(X,timestamp="120 secs")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.