PointData: Example dataset for create_Points

PointDataR Documentation

Example dataset for create_Points

Description

To be used in conjunction with create_Points.

Usage

data(PointData)

Format

data.frame

See Also

create_Points.

Examples

#View(PointData)

MyPoints=create_Points(PointData)
plot(st_geometry(MyPoints))
text(MyPoints$x,MyPoints$y,MyPoints$name,adj=c(0.5,-0.5),xpd=TRUE)
plot(st_geometry(MyPoints[MyPoints$name=='four',]),bg='red',pch=21,cex=1.5,add=TRUE)

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