worldmap {geomapdata} | R Documentation |
Global Maps
Description
Global Maps of World and details of U.S.
Usage
data(worldmap)
Format
List structure:
- STROKES
list(nam, num, index, col, style, code, LAT1, LAT2, LON1, LON2)
- POINTS
list(lat, lon)
- PROJ
list(type, LAT0, LON0, LAT1, LAT2, LATS, LONS, DLAT, DLON, FE, FN, name)
Details
USAmap includes world as well as USA.
Examples
data(worldmap)
## maybe str(worldmap) ; plot(worldmap) ...
[Package geomapdata version 2.0-2 Index]