new.lat.long {fossil} | R Documentation |
Find a new location using an original location (latitude and longitude) along with a bearing and distance
new.lat.long(lat, long, bearing, distance)
lat |
original latitude |
long |
original longitude |
bearing |
bearing from original point to new location |
distance |
distance to location |
~~ If necessary, more details than the description above ~~
a vector of length 2 with the new latitude and longitude respectively
Matthew Vavrek
~put references to the literature/web site here ~
##add examples