Learn R Programming

RDP (version 0.3.0)

The Ramer-Douglas-Peucker Algorithm

Description

Pretty fast implementation of the Ramer-Douglas-Peucker algorithm for reducing the number of points on a 2D curve. Urs Ramer (1972), "An iterative procedure for the polygonal approximation of plane curves" . David H. Douglas and Thomas K. Peucker (1973), "Algorithms for the Reduction of the Number of Points Required to Represent a Digitized Line or its Caricature" .

Copy Link

Version

Install

install.packages('RDP')

Version

0.3.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

July 5th, 2023

Functions in RDP (0.3.0)

RamerDouglasPeucker

Simplify a curve using the Ramer-Douglas-Peucker algorithm.
RDP-package

RDP package