mark_gap_segments {psyosphere} | R Documentation |
Adding column with segment names between gaps
mark_gap_segments( tracks, cgaps, bind = TRUE, drop = TRUE, cname = "gap_segments", t_id = "id" )
tracks |
|
cgaps |
|
bind |
logical. Return the distance as list ( |
drop |
|
cname |
|
t_id |
character or numeric. Column name in |
If you use Psyosphere for commercial use or research, please support us by include one off the following references:
Creative Commons: "Psyosphere" by B. Ziepert, E. G. Ufkes & P. W. de Vries from analyse-gps.com / CC-BY-SA-4.0
APA: de Vries, P. W., et al. (2016). "De psychologie van bewegingen GPS-technologie voor de analyse van natuurlijk gedrag." Tijdschrift voor Human Factors 2: 11-15.
Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.
mark_speed_gaps
, mark_time_gaps
data(psyo_rounds2) psyo_rounds2 <- psyosphere::average_duplicates(psyo_rounds2) psyo_rounds2 <- t_time_difference(psyo_rounds2) psyo_rounds2 <- mark_time_gaps(psyo_rounds2) psyo_rounds2 <- mark_gap_segments(psyo_rounds2,"time_gap")