Skip to content
Prev 10242 / 29559 Next

Polygon edge smoothing

Hi S?bastien,

Maybe you should have a look to the rgeos package. It offers bindings
for the GEOS C++ lib. Note that unlike the gpclib, it is really
open-source (beware of the gpclib licence terms - they are very
restricted). However, it is not (AFAIK) on CRAN yet. You have to
install it from r-forge:

install.packages("rgeos", repos="http://R-Forge.R-project.org")

The function you want is probably gSimplify(). I never used that
functionality so I unfortunately can't help you more on that!

HTH,

Pierre

2010/12/6 S?bastien Durand <v8extra at gmail.com>: