Learn R Programming

Momocs (version 0.2-03)

A.points: Plots the points that corresponds to landmarks provided as an array.

Description

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

Usage

A.points(A, col, palette=col.summer, 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.
pch
A pch for points.
cex
A cex for points.

Value

  • No returned value.

See Also

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

Examples

Run this code
data(gorf.dat) # we import gorf.data from shapes
A.points(gorf.dat)

Run the code above in your browser using DataLab