Learn R Programming

GEOmap (version 1.5-8)

selectPOLImap: Select Geographic map from database

Description

Given two indexes, one of a continent the other of map information, select the database

Usage

selectPOLImap(J, K)

Arguments

J
Index to continents
K
Index to styles

Value

  • GEOmap structure, with the lines colored according to the (J, K) choice

Details

J values refer to one of: c("africa", "asia", "europe", "namer", "samer") K values refer to one of: c("cil", "riv", "bdy")

Examples

Run this code
###  for south america rivers 
ZMAP = selectPOLImap(3,2)


plotGEOmap(ZMAP)

Run the code above in your browser using DataLab