gcIntermediate: Intermediate points on a great circle
Description
Get intermediate points on a Great Circle inbetween the two points used to define the Great Circle
Usage
gcIntermediate(p1, p2, n=50)
Arguments
p1
Longitude/latitude of a single point, 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
p2
As above
n
The requested number of points on the Great Circle