selectPOLImap {GEOmap} | R Documentation |
Given two indexes, one of a continent the other of map information, select the database
selectPOLImap(J, K)
J |
Index to continents |
K |
Index to styles |
J values refer to one of: c("africa", "asia", "europe", "namer", "samer") K values refer to one of: c("cil", "riv", "bdy")
GEOmap structure, with the lines colored according to the (J, K) choice
Jonathan M. Lees<jonathan.lees.edu>
### for south america rivers ZMAP = selectPOLImap(3,2) plotGEOmap(ZMAP)