Usage
coo_plot(coo, ...)# S3 method for default
coo_plot(coo, xlim, ylim, border = "#333333", col = NA,
lwd = 1, lty = 1, points = FALSE, first.point = TRUE,
centroid = TRUE, xy.axis = TRUE, pch = 1, cex = 0.5, main = NA,
poly = TRUE, plot.new = TRUE, plot = TRUE, zoom = 1, ...)
ldk_plot(coo, ...)
Arguments
coo
A list or a matrix of coordinates.
...
further arguments for use in coo_plot methods. See examples.
xlim
If coo_plot is called and coo is missing, then a
vector of length 2 specifying the ylim of the ploting area.
ylim
If coo_plot is called and coo is missing, then a
vector of length 2 specifying the ylim of the ploting area.
border
A color for the shape border.
col
A color to fill the shape polygon.
lwd
The lwd for drawing shapes.
lty
The lty for drawing shapes.
points
logical. Whether to display points. If missing and
number of points is < 100, then points are plotted.
first.point
logical whether to plot or not the first point.
centroid
logical. Whether to display centroid.
xy.axis
logical. Whether to draw the xy axis.
main
character. A title for the plot.
poly
logical whether to use polygon and lines to draw the shape,
or just points. In other words, whether the shape should be considered as a configuration
of landmarks or not (eg a closed outline). plot.new
logical whether to plot or not a new frame.
plot
logical whether to plot something or just to create an empty plot.
zoom
a numeric to take your distances.