Learn R Programming

Momocs (version 0.2-6)

A.plot: Plots an array of homologous coordinates, typically landmarks.

Description

A.plot is used to plot an array of landmarks when provided with landmarks as rows, $(x; y)$ coordinates as columns, and individuals as the third dimension of the array.

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.
pch
A pch for points.
cex
A cex for points.

Value

  • No returned value.

See Also

A.points, A.segments, A.mshape coo.plot, and the others coo.utilities.

Examples

Run this code
data(gorf.dat) # we import gorf.data from shapes package
A.plot(gorf.dat, pch=20)

Run the code above in your browser using DataLab