new.lat.long {fossil}R Documentation

Find a New Latitude and Longitude

Description

Find a new location using an original location (latitude and longitude) along with a bearing and distance

Usage

new.lat.long(lat, long, bearing, distance)

Arguments

lat original latitude
long original longitude
bearing bearing from original point to new location
distance distance to location

Details

~~ If necessary, more details than the description above ~~

Value

a vector of length 2 with the new latitude and longitude respectively

Author(s)

Matthew Vavrek

References

~put references to the literature/web site here ~

See Also

deg.dist, earth.bear

Examples

##add examples

[Package fossil version 0.2.0 Index]