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 April 3, 2025, 10:53 p.m.