dmap | R Documentation |
Map of northwest Mexico obtained from GSHHG database (v2.3.7).
data("dmap")
This intermediate resolution map was imported from the Global Self-consistent, Hierarchical, High-resolution Geography Database by means of Rgshhs
function from maptools package.
https://www.soest.hawaii.edu/pwessel/gshhg/gshhg-bin-2.3.7.zip
Wessel, P. and Smith, W. H. F. 1996 A Global Self-consistent, Hierarchical, High-resolution Shoreline Database, Journal of Geophysical Research, 101, 8741–8743.
Rgshhs
library(sp) data(dmap) plot(dmap, xlim=c(-120, -105) , ylim=c(20, 35), xaxs="i", yaxs="i", axes=TRUE, col="beige", lty=1, border="grey70"); box()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.