Learn R Programming

RArcInfo (version 0.1)

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.

plotpal(arc, pal, new=T)

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?}

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

hplot

Arguments