View source: R/get_tracks_per_target.R
get_tracks_per_target | R Documentation |
Takes assignmentData, and figures out how many tracks were assigned to each target over time. It does this by looking for when track segments start and stop. NOTE! false tracks will NOT interrupt a track, so if a target is tracked at time t=1 and t=10 (with false tracks in between), this will assume it was tracked the whole time
get_tracks_per_target(assignmentData, truthData = NULL)
assignmentData |
the output of target_assignment() |
truthData |
the input truth data (default=NULL). If you don't pass this, the return is at sensor times. If you DO pass this, return is at truth data times. |
dataframe containing lat, lon, alt, heading, time, truthID, and numTracksOnTarget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.