Calculates Euclidean Distance from an Origin point to End Points
Distance_Euclidean.Rd
The function calculates the euclidean distance from a provided origin point to provided end points. The origin and param parameters should be provided in a vector format.
Arguments
- df
this is the data frame containing the latitude and longitude points to which the distance column will be binded to.
- origin
this is a vector containing a single latitude and longitude point to be used as the origin point.
- end
this is a matrix of latitude and longitude points to be used as the end points.