This database produces a map of the states of the United States mainland. The Visibility Base Map was created by Mark Monmonier to provide simplified state shapes with sufficient areas to allow annotations in even the small states.
state.vbm.center
are coordinates of the state centers
for annotation purposes.
data(stateMapEnv)
data(state.vbm.center)
R_MAP_DATA_DIR
for the datasets in the
maps package) is set at package load time if it does not
already exist. Hence setting the environment variable before loading
the package can override the default location of the binary datasets.Richard A. Becker, and Allan R. Wilks, "Constructing a Geographical Database", AT\&T Bell Laboratories Statistics Research Report [95.2], 1995.
Mark Monmonier and George Schnell, "The Study of Population", Elements, Patterns, Processes. Charles E. Merrill. Columbus, OH. 1982.
map
.
map('state.vbm', fill = TRUE, col = palette())
Run the code above in your browser using DataLab