reproject_latlon: Reproject lat/lon into planar coordinates

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Reproject lat/lon into planar coordinates

Usage

1
reproject_latlon(df, old_crs = 4326, new_crs = 3502)

Arguments

df

data frame containing latitude and longitude

Value

returns data frame with latitude and longitude reprojected into EPSG 3502 (central colorado)

Examples

1
reproject_latlon(sales_with_knn, old_crs = 3502, new_crs = 4326)

OllieS8/bearing documentation built on Dec. 31, 2020, 3:23 p.m.