Learn R Programming

trajectories (version 0.2-9)

print.distrack: Methods for class "distrack"

Description

This is a method for class "distrack".

Usage

# S3 method for distrack
print(x,...)

Value

See the documentation on the corresponding generic function.

Arguments

x

an object of class "distrack"

...

ignored

Author

Mohammad Mehdi Moradi <moradi@uji.es>

Details

This is a method for class "distrack".

Examples

Run this code
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)
 }

 ave <- avedistTrack(X,timestamp = "30 secs")
 plot(ave,type="l")
}

Run the code above in your browser using DataLab