simplifyPolygon: Douglas-Peucker algorithm adjusted fo polyons

simplifyPolygonR Documentation

Douglas-Peucker algorithm adjusted fo polyons

Description

Implementation of the Douglas-Peucker algorithm for line thinning http://en.wikipedia.org/wiki/Ramer-Douglas-Peucker_algorithm

Usage

simplifyPolygon(points, tol = 1)

Arguments

points

matrix of x and y points

tol

tolerance


heike/gglogo documentation built on Feb. 3, 2024, 1:45 p.m.