geodesic_lat_long_offset: Geodesic lat lon offset

View source: R/geodesic_lat_long_offset.R

geodesic_lat_long_offsetR Documentation

Geodesic lat lon offset

Description

This function is used by transform_offset_to_latlon() and it is not recommended that the user try to use this function as a stand-alone function.

Usage

geodesic_lat_long_offset(referenceLat, referenceLon, offsetLat, offsetLon)

Arguments

referenceLat

reference latitude

referenceLon

reference longitude

offsetLat

offset latitude

offsetLon

offset longitude

Value

A geodesic line (see geosphere package) between the reference point and the offset point calculated on a spheroidal earth (WGS84) by geosphere package. This function is used by transform_offset_to_latlon() and is not recommended for general use


battleVerse/scenarioMaker documentation built on July 16, 2024, 4:21 a.m.