Hello, I have the contour of the shoreline of a lake. I have measured data points away from the lake shore signifying a particular depth. The data is not ordered as a polygon and hence trying to draw it creates a series of lines all over the place. I would like to turn the points into a ordered set that results in a smooth polygon. I have tried a "nearest point" approach. An example is shown here: http://www.deepcreekanswers.com/samples/sampledata.png. I've tried a closest perpendicular distance to the shoreline polygon elements approach. But it's worse.
Does anyone have an approach that might work? Thank you a priori. Pete Versteegen -- View this message in context: http://r.789695.n4.nabble.com/Creating-a-polygon-from-an-unordered-set-of-points-tp4647181.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.