usacity {geomapdata} | R Documentation |
City Locations and Populations(USA)
Description
point data set showing cities locations and populations.
Usage
data(usacity)
Format
- name
name of city
- lat
latitude
- lon
longitude
- p
population
Details
World cities have no population (yet).
Examples
data(usacity)
## maybe str(usacity) ; plot(usacity) ...
[Package geomapdata version 2.0-2 Index]