Description Usage Arguments Details Value Author(s) Examples
Attempts to simplify a polygonal curve by joining nearly colinear segments.
1 | inla.simplify.curve(loc, idx, eps)
|
loc |
Coordinate matrix. |
idx |
Index vector into |
eps |
Straightness tolerance. |
Uses a variation of the binary splitting Ramer-Douglas-Peucker
algorithm, with a width eps
ellipse instead of a rectangle,
motivated by prediction ellipse for Brownian bridge.
An index vector into loc
specifying the simplified polygonal curve.
Finn Lindgren finn.lindgren@gmail.com
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.