PolyData {CCAMLRGIS} | R Documentation |
To be used in conjunction with create_Polys.
data(PolyData)
data.frame
#View(PolyData)
MyPolys=create_Polys(PolyData,Densify=TRUE)
plot(st_geometry(MyPolys),col='green')
text(MyPolys$Labx,MyPolys$Laby,MyPolys$ID)
plot(st_geometry(MyPolys[MyPolys$ID=='three',]),border='red',lwd=3,add=TRUE)