fields (version 10.3)

US: Plot of the US with state boundaries

Description

Plots quickly, medium resolution outlines of the US with the states and bodies of water. A simple wrapper for the map function from the maps package.

Usage

US( ...)

Arguments

These are the arguments that are passed to the map function from the maps package.

Details

The older version of this function (fields < 6.7.2) used the FIELDS dataset US.dat for the coordinates. Currenty this has been switched to use the maps package.

See Also

world

Examples

Run this code
# NOT RUN {
# Draw map in device color # 3 
US( col=3) 
# }

Run the code above in your browser using DataCamp Workspace