select_without_gaps {psyosphere} | R Documentation |
Select all coordinates without gap
select_without_gaps(tracks, cgaps)
tracks |
|
cgaps |
|
Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.
mark_time_gaps
, mark_speed_gaps
, select_gaps
# Get data data(psyo_rounds2) tracks <- psyo_rounds2 # Calculations tracks <- psyosphere::average_duplicates(tracks) tracks <- t_time_difference(tracks) tracks <- mark_time_gaps(tracks) tracks <- select_without_gaps(tracks,"time_gap")