thinlines: Function for deleting points in an arc definition object

Description Usage Arguments Value

View source: R/thinlines.R

Description

Usually the plotting device resolution allows us to plot only a few points per arc with no difference.

Usage

1
thinlines(arc, tol)

Arguments

arc

The original arc definition object, as retuend by get.arcdata.

tol

The theshold we used to define which polygons are 'too close'.

Value

A new arc definition object, usually with less points per arc than the original. Notice that no modification is made to the topology but the number of vertices is updated in the table related to the arc definition.


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

Related to thinlines in RArcInfo...