Learn R Programming

fields (version 5.02)

US: Plot of the US with state boundaries

Description

Plots quickly, medium resolution outlines of the US with the states and bodies of water.

Usage

US( xlim=c(-124.7, -67.1), ylim = c(25.2, 49.4), add=FALSE,shift=FALSE, ...)

Arguments

Details

This function uses the FIELDS dataset US.dat for the coordinates.

See Also

world

Examples

Run this code
# Draw map in device color # 3 
US( col=3)

Run the code above in your browser using DataLab