R/states2k.R

#' states2k map 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 states2k
#' @usage states2k
#' @examples
#' states2k
NULL

Try the USGSstates2k package in your browser

Any scripts or data that you put into this service are public.

USGSstates2k documentation built on May 2, 2019, 5:13 a.m.