powered by
This function converts a list of Tracks to a list of point patterns (class "ppp")
as.Track.ppp(X,timestamp)
A list of point patterns, objects of class "ppp".
a list of Track objects
based on secs, mins,...
Mohammad Mehdi Moradi <moradi@uji.es>
as.Track.ppp converts a list of Track objetcs to a list of ppp objetcs.
avedistTrack, as.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.ppp(X,timestamp="120 secs") }
Run the code above in your browser using DataLab