Learn R Programming

CCAMLRGIS (version 3.0.7)

PolyData: Example dataset for create_Polys

Description

To be used in conjunction with create_Polys.

Usage

data(PolyData)

Arguments

Format

DataFrame

See Also

create_Polys.

Examples

Run this code
# NOT RUN {
#View(PolyData)

MyPolys=create_Polys(PolyData,Densify=TRUE)
plot(MyPolys,col='green',add=TRUE)
text(MyPolys$Labx,MyPolys$Laby,MyPolys$ID)
plot(MyPolys[MyPolys$ID=='three',],border='red',lwd=3,add=TRUE)
# }

Run the code above in your browser using DataLab