search for: scot_pt

Displaying 1 result from an estimated 1 matches for "scot_pt".

Did you mean: scot_pts
2024 May 17
0
[External] Re: Removing polygons from shapefile of Scotland and Islands
...") > > > > scotland<-the_uk[2,] > > > > plot(scotland$geometry) > > > > This gives me a nice map of Scotland plus islands but obviously there > are > > lots of separate polygons and if I go into the points with something like > > > > scot_pts<-unlist(as.data.frame(scotland$geometry)) > > > > it's not at all clear how I can get rid of the points I don't want as > they > > don't seem to be listed in any easy way to find where one polygon stops > and > > another starts > > > > I am...