Learn R Programming

satin (version 1.1.0)

dmap: Map of northwest Mexico

Description

Map of northwest Mexico obtained from GSHHG database (v2.3.7).

Usage

data("dmap")

Arguments

Details

This intermediate resolution map was imported from the Global Self-consistent, Hierarchical, High-resolution Geography Database by means of Rgshhs function from maptools package.

References

Wessel, P. and Smith, W. H. F. 1996 A Global Self-consistent, Hierarchical, High-resolution Shoreline Database, Journal of Geophysical Research, 101, 8741--8743.

See Also

Rgshhs

Examples

Run this code
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()

Run the code above in your browser using DataLab