powered by
Given a GEOmap strucutre, set the bounds for the strokes.
boundGEOmap(MAP, NEGLON = FALSE, projtype = 2)
List structure:
list(nam, num, index, col, style, code, LAT1, LAT2, LON1, LON2)
list(lat, lon)
list(type, LAT0, LON0, LAT1, LAT2, LATS, LONS, DLAT, DLON, FE, FN, name)
GEOmap structure
whether to allow negative longitudes
suggestion (local) map projection to use when getting bounds
Jonathan M. Lees<jonathan.lees.edu>
Used to rectify a new map after reading in from ascii file. Can take GMT map ascii map files and convert to GEOmap.
worldmap
library(geomapdata) data(worldmap) worldmap = boundGEOmap(worldmap)
Run the code above in your browser using DataLab