coo.plot
is a simple wrapper for plotting shapes. It basically tunes standard plot function to display single shapes as polygons, within a standardised plotting area.coo.plot(coo=NA, col="#F5F5F5",
border="#1A1A1A", lwd=1, lty = 1, xlim=c(-1, 1), ylim=c(-1, 1),
points=FALSE, first.point=TRUE, centroid=TRUE,
points.col=border, pch=1, cex=0.8, main, ...)
list
or a matrix
of coordinates.lwd
for drawing shapes.lty
for drawing shapes.coo.plot
is called and coo
is missing, then a vector of length 2 specifying the ylim
of the ploting area.coo.plot
is called and coo
is missing, then a vector of length 2 specifying the ylim
of the ploting area.logical
. Whether to display points. If missing and number of points is < 100, then points are plotted.logical
. Whether to display the first point.logical
. Whether to display centroid.pch
for points.cex
for points.character
. A title for the plot.data(bot)
coo.plot(bot@coo[[1]])
Run the code above in your browser using DataLab