RArcInfo (version 0.4-12)

plotpal: Plots the data imported from an ARC file according to the contents of a PAL file

Description

This function works like plotarc, but we can also decide what polygons to plot. The arc definitions are stored in the arc variable, and the polygon definitions are in the pal variable.

Usage

plotpal(arc, pal, new=TRUE, index, ...)

Arguments

arc
The data returned by a call to get.arcdata
pal
The data returned by a call to get.paldata
new
Do you want to plot on the last window/device or on a new one?
index
The indices of the polygons to be plotted.
...
Options to be passed to a call to the function plot when creating the display (i. e., window or file).

Value

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