distance_point {psyosphere} | R Documentation |
Add the distances to a point from each coordinate
distance_point( tracks, point, bind = TRUE, drop = TRUE, cname = "dis_to_point_in_m" )
tracks |
|
point |
list. A list with the column lon (numeric) and lat (numeric) and the length of 1. |
bind |
logical. Return the distance as list ( |
drop |
|
cname |
|
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.
distance_line
,distance_peers
, distance_psyo
data(psyo) point <- data.frame(lon = 4.936197, lat = 52.314701) coordinates <- psyosphere::distance_point(psyo, point)