Learn R Programming

trajectories (version 0.2-1)

print.distrack: Methods for class "distrack"

Description

This is a method for class "distrack".

Usage

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

Arguments

x

an object of class "distrack"

...

ignored

Value

See the documentation on the corresponding generic function.

Details

This is a method for class "distrack".

Examples

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

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

Run the code above in your browser using DataLab