fixCoords: converts coordinates from inType to outType (DOES NOT WORK AT...

View source: R/csgfix.r

fixCoordsR Documentation

converts coordinates from inType to outType (DOES NOT WORK AT THE MOMENT)

Description

converts coordinates from inType to outType (DOES NOT WORK AT THE MOMENT)

Usage

fixCoords(lat, long, inType = "WGS84", outType = "NAD83", datetime = NULL)

Arguments

lat:

numeric vector, latitude (lat, long, and datetime should be the same length)

long:

numeric vector, longitude

inType:

character, format that lat and long are in

outType:

character, format that you want the coordinates converted to

datetime:

POSIXct vector, the datetime when lat and long were recorded (currently unused)


StevenRunyon/csgfix documentation built on March 31, 2024, 5:36 a.m.