Description Usage Arguments Value Examples
Calculate the mean directional_persistence of a track object.
| 1 | directional_persistence(tracks)
 | 
| tracks | data frame with track objects | 
directional persistence
| 1 2 3 4 5 6 7 8 |  data <- tibble::tibble(
   Metadata_timePoint = c(1:5),
   Location_Center_X = c(1, 2, 3, 4, 5),
   Location_Center_Y = c(1, 1, 1, 1, 1),
   TrackObjects_Label = c(rep(1, 5))
 )
 tracks <- migrationminer::displace(data,"TrackObjects_Label")
 directional_persistence <-  migrationminer::directional_persistence(tracks)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.