I have a bunch of (x,y) coordinates that I obtained by thresholding a 3D plot. When I plot the coordinates I get this surface:
These points are densely packed (the area in the middle is not colour fill, it's all points) and have an irregular shape. How do I obtain the boundary of this surface?
I tried saving the points as a SpatialPolygon object but that included the points in the middle. I want to only extract the boundary somehow and save that as a polygon.
Can I save these points as SpatialPoints and somehow dissolve the points in the middle?