0

I am using distHaversine function to find the distance between the Vatican and a list of German cities.

mutate(kita_fees_df, distance = distHaversine(cbind(Longitude, Latitude), cbind(40.5409, 12.2709)))

regional_schlÃ.ssel city_kreis  Latitude    Longitude   distance
01002                  Kiel     10.13727    54.321775   2183273

When I use a distance calculator I find that the distance should be around 1540 kilometers. Am I using this function properly?1

Collective Action
  • 7,607
  • 15
  • 45
  • 60

0 Answers0