powered by
That given a Track and maximum change parameter, returns regions where direction changed more than the defined parameter
directionCluster(track, minD, minT, tolerance)# S4 method for Track,numeric,numeric,numeric directionCluster(track, minD, minT, tolerance)
# S4 method for Track,numeric,numeric,numeric directionCluster(track, minD, minT, tolerance)
Represents a single trajectory followed by a person, animal or object
Is the minimun direction change
Is the minimun period at the speed
Is the maximum change parameter
returns regions where direction changed more than the defined parameter
# NOT RUN { cluster<-createSpatialCluster(A1,directionCluster(A1,5,10,2)) # }
Run the code above in your browser using DataLab