to_nad27: to_nad27

Description Usage Value Examples

Description

to_nad27 is a convenience function that transforms the CRS of an sp class object to the State Plane South NAD 27 (ESPG 32054) datum.

Usage

1

Value

An sp class object.

Examples

1
2
3
4
5
6
7
## Not run: 
# plot ZIP codes in and around Milwuakee
wi_zipcodes <- to_nad27(wi_zipcodes)
plot(mkeoutline, border = "red", lwd = 5)
plot(wi_zipcodes, add = T)

## End(Not run)

MatthewSchumwinger/mkedata documentation built on May 7, 2019, 4:34 p.m.