NM_map {scanstatistics} | R Documentation |
Data to plot the counties of New Mexico.
Description
Map data for New Mexico. Was created using ggplot2::map_data
.
Usage
NM_map
Format
A data frame with 867 rows and 7 variables:
- long
Numeric; longitude of county polygon corner.
- lat
Numeric; latitude of county polygon corner.
- group
Numeric; grouping by county.
- order
Numeric; order of the polygon corners.
- region
Character; region is "new mexico" for all rows.
- subregion
Character; the county name (with spaces).
- county
Factor; the county name (no spaces).
[Package scanstatistics version 1.1.1 Index]