PolyData: Example dataset for create_Polys

PolyDataR Documentation

Example dataset for create_Polys

Description

To be used in conjunction with create_Polys.

Usage

data(PolyData)

Format

data.frame

See Also

create_Polys.

Examples

#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)

CCAMLRGIS documentation built on Sept. 27, 2023, 9:09 a.m.