distance_psyo {psyosphere} | R Documentation |
Add distance to another track in psyo
format.
distance_psyo( tracks1, tracks2, t_id1 = "id", t_id2 = "id", bind = TRUE, drop = TRUE )
tracks1 |
|
tracks2 |
|
t_id1 |
character or numeric. Column name in |
t_id2 |
character or numeric. Column name in |
bind |
logical. Return the distance as list ( |
drop |
|
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.
Be aware: this function can take a lot time. You can use average_coordinates
first to test your script with a small sample.
Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.
distance_line
,distance_peers
, distance_point
data(psyo_rounds2) psyo_distance <- select_test_sample(psyo_rounds2, 5) psyo_distance <- distance_psyo(psyo_rounds2, psyo_rounds2)