calcRelativeCoords: Calculate Relative Coordinates

View source: R/calcRelativeCoords.r

calcRelativeCoordsR Documentation

Calculate Relative Coordinates

Description

Calculates relative coordinates (unity: meters) from GPS coordinates (either given in UTM or Gauss Krueger). This method is used when a profile set of many profiles is instantiated.

Usage

calcRelativeCoords(coords, minLat, minLon)

Arguments

coords

exact coordinates of a single Profile.

minLat

starting point (latititude).

minLon

starting point (longitude).

Value

data frame that contains the relative coordinates (latitude and longitude).

See Also

ProfileSet-class, GpsCoordinates-class


kleebaum/geoelectrics documentation built on Feb. 5, 2023, 5:01 a.m.