cosomap {geomapdata} | R Documentation |
Coso Geothermal Region Faults and Geology
data(cosomap)
List structure:
Details from Tomographic inversion geographic base map.
Lees, J. M., Geotouch: Software for Three and Four Dimensional GIS in the Earth Sciences, Computers & Geosciences, 26, 7, 751-761, 2000.
data(cosomap) data(faults) data(hiways) data(owens) ## ## Not run: proj = cosomap$PROJ plotGEOmapXY(cosomap, PROJ=proj, add=FALSE, ann=FALSE, axes=FALSE) plotGEOmapXY(hiways, PROJ=proj, add=TRUE, ann=FALSE, axes=FALSE) plotGEOmapXY(owens, PROJ=proj, add=TRUE, ann=FALSE, axes=FALSE) plotGEOmapXY(faults, PROJ=proj, add=TRUE, ann=FALSE, axes=FALSE) ## End(Not run)