Learn R Programming

RArcInfo (version 0.4-1)

plotpoly: Plots polygons defined by the coverages.

Description

This function is capable of plotting polygons, referenced by its id number. These can be filled with colors acording to a given variate.

Usage

plotpoly(arc,bnd,pal,index,col, ...)

Arguments

arc
The data returned by a call to get.arcdata
bnd
The data returned by a call to get.bnddata
pal
The data returned by a call to get.paldata
index
IDs of the polygon to be plotted
col
Colors to be used when filling the polygons
...
Options to be passed to a call to the function plot when creating the display (i. e., window or file).

Value

  • Thins function returns nothing, but plots a nice map. :-D