File: us.cities.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 (26 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (10)
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
\name{us.cities}
\docType{data}
\alias{us.cities}
\title{
Database of US cities
}

\description{
This database is of us cities of population greater than about 40,000.
Also included are state capitals of any population size.
}
\format{
A list with 6 components, namely "name", "country.etc", "pop",  "lat",
"long", and "capital", containing the city name, the state abbreviation,
approximate population (as at January 2006), latitude, longitude and
capital status indication (0 for non-capital, 1 for capital, 2 for state
capital.
}
\section{NOTE}{
Some of the city names may be out of date.  Please send
any corrections to the package maintainer.
}
\seealso{
\code{\link{map.cities}}
}
\keyword{datasets}