Learn R Programming

CCAMLRGIS (version 3.0.4)

PointData: Example dataset for create_Points

Description

To be used in conjunction with create_Points.

Usage

data(PointData)

Arguments

Format

DataFrame

See Also

create_Points.

Examples

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

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

Run the code above in your browser using DataLab