Learn R Programming

Momocs (version 0.2-6)

diapo(Coo): Plots a slideshow of each outline in a Coo object.

Description

diapo(Coo) plots a slideshow of each outline in a Coo object with graphical options.

Usage

diapo(Coo, id=1, col=NA, border="#708090",
      ldk=TRUE, ldk.pch=3, ldk.col="red", ldk.cex=1, ...)

Arguments

Coo
The Coo object to plot.
id
The id of the Coo to start with.
col
A color for drawing the outline.
border
A color for drawing the border.
ldk
logical. Whether to display landmarks (if any).
ldk.pch
A pch for these landmarks.
ldk.col
A color for these landmarks.
ldk.cex
A cex for these landmarks.
...
Additional arguments to be passed to coo.draw.

Value

  • No returned value.

See Also

stack, diapo.

Examples

Run this code
data(mosquito)
diapo(hearts, 230, col="pink", border="black")

Run the code above in your browser using DataLab