calcRelativeCoords {geoelectrics} | R 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
[Package geoelectrics version 0.2.2 Index]