View source: R/destPointRhumb.R
destPointRhumb | R Documentation |
Calculate the destination point when travelling along a 'rhumb line' (loxodrome), given a start point, direction, and distance.
destPointRhumb(p, b, d, r = 6378137)
p |
longitude/latitude of point(s). Can be a vector of two numbers, a matrix of 2 columns (first one is longitude, second is latitude) or a SpatialPoints* object |
b |
bearing (direction) in degrees |
d |
distance; in the same unit as |
r |
radius of the earth; default = 6378137 m |
Coordinates (longitude/latitude) of a point
Chris Veness; ported to R by Robert Hijmans
https://www.edwilliams.org/avform147.htm#Rhumb
https://www.movable-type.co.uk/scripts/latlong.html
https://en.wikipedia.org/wiki/Rhumb_line
destPoint
destPointRhumb(c(0,0), 30, 100000, r = 6378137)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.