GetTO | R Documentation |
The function GetTO
identifies and extracts fixes of a tracking dataset that overlap in time with all other trajectories.
GetTO(traj, tb = 0)
traj |
an object of the class |
tb |
(optional) time threshold (i.e., time buffer) for considering if fixes are in the overlap period (in seconds). |
This function is used to determine the fixes that overlap in time between two trajectories.
A single move2
object containing the fixes from traj that temporally overlap. If more than 2 individuals it will take the maximum of the earliest start-time from all individuals and minimum of the latest end-time of all individuals.
checkTO
data(deer)
deer_to <- GetTO(deer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.