coord_transform {canadianmaps}R Documentation

Transforming map coordinates

Description

Converts your longitude and latitude coordinates to match the maps to properly overlay.

Usage

coord_transform(data, long, lat)

Arguments

data

a data set with long and lat coordinates

long

the longitude variable name

lat

the latitude variable name

Value

Your coordinates transformed.


[Package canadianmaps version 2.0.0 Index]