R/hickory2.R

#' Industry Composition in Hickory (1998 and 2001)
#'
#' Business data for the Hickory-Lenoir-Morganton Metropolitan Statistical Area, North Carolina (1998 and 2001).
#'
#' Sf object, EPSG 4326: WGS84.
#'
#' @format An sf data frame with 29 rows, 55 variables, and a geometry column:
#' \describe{
#'	\item{	ZIP	}{	ZIP code	}
#'	\item{	PO_NAME	}{	Name of ZIP code area	}
#'	\item{	STATE	}{	State abbreviation	}
#'	\item{	MSA	}{	Name of Metropolitan Statistical Area (MSA)	}
#'	\item{  POP2001 }{ Population 2001 }
#'	\item{  EST98 }{  Total establishments in ZIP code, 1998}
#'  \item{  EMP98 }{ Total mid-march employees, 1998 }
#'  \item{  PAY98 }{ Total annual payroll ($1,000), 1998 }
#'  \item{  EST01 }{ Total establishments in ZIP code, 2001}
#'  \item{  EMP01 }{ Total mid-march employees, 2001 }
#'  \item{  PAY01 }{ Total annual payroll ($1,000), 2001 }
#'  \item{	CBSA_CODE	}{ U.S. Core Based Statistical (CBSA) Area code	}
#'	\item{	MAN98	}{	1998 total manufacturing establishments (MSA)	}
#'	\item{	MAN98_12	}{	1998 total manufacturing establishments, 1-9 employees (MSA)	}
#'	\item{	MAN98_39	}{	1998 total manufacturing establishments 10+ employees (MSA)	}
#'	\item{	MAN01	}{	2001 total manufacturing establishments (MSA)	}
#'	\item{	MAN01_12	}{	2001 total manufacturing establishments, 1-9 employees (MSA)	}
#'	\item{	MAN01_39	}{	2001 total manufacturing establishments, 10+ employees (MSA)	}
#'	\item{	MAN98US	}{	1998 total manufacturing establishments (US)	}
#'	\item{	MAN98US12	}{	1998 total manufacturing establishments, 1-9 employees (US)	}
#'	\item{	MAN98US39	}{	1998 total manufacturing establishments 10+ employees (US)	}
#'	\item{	MAN01US	}{	2001 total manufacturing establishments (US)	}
#'	\item{	MANUS01_12	}{	2001 total manufacturing establishments, 1-9 employees (US)	}
#'	\item{	MANUS01_39	}{	2001 total manufacturing establishments, 10+ employees (US)	}
#'	\item{	OFF98	}{	1998 total office establishments (MSA)	}
#'	\item{	OFF98_12	}{	1998 total office establishments, 1-9 employees (MSA)	}
#'	\item{	OFF98_39	}{	1998 total office establishments, 10+ employees (MSA)	}
#'	\item{	OFF01	}{	2001 total office establishments (MSA)	}
#'	\item{	OFF01_12	}{	2001 total office establishments, 1-9 employees (MSA)	}
#'	\item{	OFF01_39	}{	2001 total office establishments, 10+ employees (MSA)	}
#'	\item{	OFF98US	}{	1998 total office establishments (US)	}
#'	\item{	OFF98US12	}{	1998 total office establishments, 1-9 employees (US)	}
#'	\item{	OFF98US39	}{	1998 total office establishments, 10+ employees (US)	}
#'	\item{	OFF01US	}{	2001 total office establishments (US)	}
#'	\item{	OFFUS01_12	}{	2001 total office establishments, 1-9 employees (US)	}
#'	\item{	OFFUS01_39	}{	2001 total office establishments, 10+ employees (US)	}
#'	\item{	INFO98	}{	1998 total information establishments (MSA)	}
#'	\item{	INFO98_12	}{	1998 total information establishments, 1-9 employees (MSA)	}
#'	\item{	INFO98_39	}{	1998 total information establishments, 10+ employees (MSA)	}
#'	\item{	INFO01	}{	2001 total information establishments (MSA)	}
#'	\item{	INFO01_12	}{	2001 total information establishments, 1-9 employees (MSA)	}
#'	\item{	INFO01_39	}{	2001 total information establishments, 10+ employees (MSA)	}
#'	\item{	INFO98US	}{	1998 total information establishments (US)	}
#'	\item{	INFO98US12	}{	1998 total information establishments, 1-9 employees (US)	}
#'	\item{	INFO98US39	}{	1998 total information establishments, 10+ employees (US)	}
#'	\item{	INFO01US	}{	2001 total information establishments (US)	}
#'	\item{	INFOUS01_1	}{	2001 total information establishments, 1-9 employees (US)	}
#'	\item{	INFOUS01_3	}{	2001 total information establishments, 10+ employees (US)	}
#'	\item{	INDEX	}{	Unique index	}
#'	\item{	NUMSEC	}{	Number of sectors represented in ZIP code	}
#'	\item{	PCTNGE	}{	National growth effect, percent (N)	}
#'	\item{	PCTIME	}{	Industry mix effect, percent (M)	}
#'	\item{	PCTCSE	}{	Competitive shift effect, percent (S)	}
#'	\item{	PCTGRO	}{	Percent growth establishments, 1998-2001 (R)	}
#'	\item{	ID	}{	Unique ZIP code ID for variables in weights matrix creation window	}
#'	}
#' @source  1998 and 2001 Zip Code Business Patterns, US Census Bureau.
#'
#' @examples
#' if (requireNamespace("sf", quietly = TRUE)) {
#'   library(sf)
#'   data(hickory2)
#'
#'   plot(hickory2["PCTCSE"])
#' }
"hickory2"
spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.