selectPOLImap {GEOmap}R Documentation

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

Details

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

Value

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

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


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

plotGEOmap(ZMAP)


[Package GEOmap version 1.4-0 Index]