geopath: Geopath --- shortest trajectory line between two geographic locations
Description
Derives a SpatialLines class object showing the shortest path between the two geographic locations and based on the Haversine Formula for Great Circle distance.
# NOT RUN {library(fossil)
ams.ny <- geopath(lon1=4.892222, lon2=-74.005973, lat1=52.373056, lat2=40.714353,
print.geo=TRUE)
# write to a file:kml(ams.ny)
# }