forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmidwest.Rd
48 lines (46 loc) · 1.16 KB
/
midwest.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Generated by roxygen2 (4.0.0): do not edit by hand
\docType{data}
\name{midwest}
\alias{midwest}
\title{Midwest demographics.}
\format{A data frame with 437 rows and 28 variables}
\usage{
data(midwest)
}
\description{
Demographic information of midwest counties
}
\details{
The variables are as follows:
\itemize{
\item PID
\item county
\item state
\item area
\item poptotal. Total population
\item popdensity. Population density
\item popwhite. Number of whites.
\item popblack. Number of blacks.
\item popamerindian. Number of American Indians.
\item popasian. Number of Asians.
\item popother. Number of other races.
\item percwhite. Percent white.
\item percblack. Percent black.
\item percamerindan. Percent American Indian.
\item percasian. Percent Asian.
\item percother. Percent other races.
\item popadults. Number of adults.
\item perchsd.
\item percollege. Percent college educated.
\item percprof. Percent profession.
\item poppovertyknown.
\item percpovertyknown
\item percbelowpoverty
\item percchildbelowpovert
\item percadultpoverty
\item percelderlypoverty
\item inmetro. In a metro area.
\item category'
}
}
\keyword{datasets}