Map data for New Mexico. Was created using ggplot2::map_data
.
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).