# \donttest{
# For more examples, see:
# https://github.com/ccamlr/CCAMLRGIS#create-points
#Simple points with labels
MyPoints=create_Points(Input=PointData)
plot(st_geometry(MyPoints))
text(MyPoints$x,MyPoints$y,MyPoints$name,adj=c(0.5,-0.5),xpd=TRUE)
# }
Run the code above in your browser using DataLab