File: county.fips.Rd

package info (click to toggle)
r-cran-maps 3.4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,568 kB
  • sloc: ansic: 1,564; makefile: 59; awk: 21; sh: 13
file content (18 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\name{county.fips}
\docType{data}
\alias{county.fips}
\title{
FIPS county codes for US County Map
}
\description{
A database matching FIPS codes to maps package county and state names.
}
\usage{data(county.fips)}
\format{
A list with 2 components, namely "fips" and "polyname", containing the
FIPS number and respective state or county polygon name. Note that "fips" is represented as an integer, so any leading zero (which is part of the fips code) is not shown by default.
}
\seealso{
\code{\link{state.fips}}
}
\keyword{datasets}