plotpal: Plots the data imported from an ARC file according to the...

Description Usage Arguments Value

View source: R/plotpal.R

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

1
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.


RArcInfo documentation built on May 1, 2019, 10:26 p.m.

Related to plotpal in RArcInfo...