powered by
Calculates a new point [X,Y] based on defined bearing and distance
bearing.distance(x, y, distance, azimuth, EastOfNorth = TRUE)
x coordinate
y coordinate
Distance to new point (in same units as x,y)
Azimuth to new point
Specified surveying convention
a new point representing location of baring and distance
# NOT RUN { pt <- cbind( x=480933, y=4479433) bearing.distance(pt[1], pt[2], 1000, 40) # }
Run the code above in your browser using DataLab