destPoint: Destination given bearing and distance, when following a great circle
Description
Calculate the destination point travelling along a (shortest distance) great circle arc, given a start point, initial bearing, and distance.
Usage
destPoint(p, brng, d, r = 6378137)
Arguments
p
longitude/latitude of point(s), in degrees; can be a vector of two numbers, a matrix of 2 columns (first one is longitude, second is latitude) or a spatialPoints* object