R/USA_state_boundaries_map.R

#' USA_state_boundaries with OGR read data
#'
#' A spatial polygons data frame containing a map of the USA based on the NAD
#' 1983 Albers projection.
#'
#' @format A sp SpatialPolygonsDataFrame with 273 rows and 10 variables:
#' \describe{
#' \item{AREA}{Area of region, square meters}
#' \item{PERIMETER}{Perimeter of region, meters}
#' \item{STATES2K_}{States2k_}
#' \item{STATES2K_I}{States2k_I}
#' \item{STATE}{Integer of states}
#' \item{NAME}{Name of states}
#' \item{LSAD}{LSAD}
#' \item{REGION}{Integer for region}
#' \item{DIVISION}{Integer for division}
#' \item{LSAD_TRANS}{LSAD_trans}
#' }
#'
#'
#'
#'
#' @docType data
#' @name USA_state_boundaries_map
#' @usage USA_state_boundaries_map
#' USA_state_boundaries_map
NULL
iembry-USGS/states2k documentation built on June 6, 2020, 12:05 p.m.