PolyData {CCAMLRGIS}R 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)

[Package CCAMLRGIS version 4.1.1 Index]