select_without_gaps {psyosphere}R Documentation

Select all coordinates without gap

Description

Select all coordinates without gap

Usage

select_without_gaps(tracks, cgaps)

Arguments

tracks

psyo. Data frame with tracks.

cgaps

character. Column name of tracks that marks gaps with TRUE.

Author(s)

Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.

See Also

mark_time_gaps, mark_speed_gaps, select_gaps

Examples

# 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")

[Package psyosphere version 0.1 Index]