Usage
A.plot(A, col, palette = col.summer, xlim, ylim, border.col = NA, border.lty = 2, pch = 3, cex = 1)
Arguments
A
An array
of $(x; y)$ coordinates, typically, landmarks.
col
A vector of colors to use for drawing landmarks.
palette
If col
is not provided, then the color palette to use for landmarks.
xlim
A vector of length 2 specifying a custom xlim
of the ploting area.
ylim
A vector of length 2 specifying a custom ylim
of the ploting area.
border.col
A color for these segments.
border.lty
A lty
for these segments.