wgs2ak: Convert from WGS84 to Alaska Albers projection

Description Usage Arguments Value Examples

View source: R/akalbers.R

Description

Simple wrapper around spTransform to convert from WGS84 to Alaska Albers projection.

Usage

1
wgs2ak(xy)

Arguments

xy

a 2-column matrix or data frame of lon/lat coordinates.

Value

data frame with new attached coordinates.

Examples

1
2
3
xy <- get_coords("Fairbanks")
xy
wgs2ak(xy)

leonawicz/snaplocs documentation built on May 27, 2019, 11:59 a.m.