Skip to contents

Returns a simplified version of the given geometry using the Douglas-Peucker algorithm.

Arguments

x

dbSpatial object

dTolerance

numeric tolerance

...

additional arguments

Value

dbSpatial object with simplified geometry

See also

Other geometry_ops: st_buffer(), st_centroid()

Examples

if (FALSE) { # \dontrun{
st_simplify(x, dTolerance = 0.1)
} # }