Learn R Programming

GEOmap (version 2.5-11)

plotusa: Map of USA

Description

Quick plot of USA project with UTM.

Usage

plotusa(USAmap, LATS=c(22,49.62741), LONS=c(229.29389,296.41803), add=FALSE)

Value

Graphical Side Effect

Arguments

USAmap

Map for the U.S. (from geomapdata)

LATS

vector of latitude bounds

LONS

vector of longitude bounds

add

add to existing plot

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

zebra

Examples

Run this code

if (FALSE) {
library(geomapdata)
data(package='geomapdata', "USAmap")
plotusa(USAmap)

}

Run the code above in your browser using DataLab