Package: RDP 0.3.0

Robert Dahl Jacobsen
RDP: The Ramer-Douglas-Peucker Algorithm
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" <doi:10.1016/S0146-664X(72)80017-0>. 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" <doi:10.3138/FM57-6770-U75U-7727>.
Authors:
RDP_0.3.0.tar.gz
RDP_0.3.0.zip(r-4.7)RDP_0.3.0.zip(r-4.6)RDP_0.3.0.zip(r-4.5)
RDP_0.3.0.tgz(r-4.6-x86_64)RDP_0.3.0.tgz(r-4.6-arm64)RDP_0.3.0.tgz(r-4.5-x86_64)RDP_0.3.0.tgz(r-4.5-arm64)
RDP_0.3.0.tar.gz(r-4.7-arm64)RDP_0.3.0.tar.gz(r-4.7-x86_64)RDP_0.3.0.tar.gz(r-4.6-arm64)RDP_0.3.0.tar.gz(r-4.6-x86_64)
RDP_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RDP/json (API)
| # Install 'RDP' in R: |
| install.packages('RDP', repos = c('https://robertdj.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/robertdj/rdp/issues
Last updated from:bedc097b26. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 119 | ||
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 146 | ||
| linux-release-arm64 | OK | 132 | ||
| linux-release-x86_64 | OK | 119 | ||
| macos-release-arm64 | OK | 208 | ||
| macos-release-x86_64 | OK | 310 | ||
| macos-oldrel-arm64 | OK | 183 | ||
| macos-oldrel-x86_64 | OK | 287 | ||
| windows-devel | OK | 103 | ||
| windows-release | OK | 91 | ||
| windows-oldrel | OK | 102 | ||
| wasm-release | OK | 94 |
Exports:RamerDouglasPeucker
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 'RDP' package | RDP-package RDP |
| Simplify a curve using the Ramer-Douglas-Peucker algorithm. | RamerDouglasPeucker |