Learn R Programming

Momocs (version 1.4.1)

ldk_chull: Draws convex hulls around landmark positions

Description

A wrapper that uses coo_chull

Usage

ldk_chull(ldk, col = "grey40", lty = 1)

Value

a drawing on the last plot

Arguments

ldk

an array (or a list) of landmarks

col

a color for drawing the convex hull

lty

an lty for drawing the convex hulls

See Also

coo_chull, chull, ldk_confell, ldk_contour

Other plotting functions: coo_arrows(), coo_draw(), coo_listpanel(), coo_lolli(), coo_plot(), coo_ruban(), ldk_confell(), ldk_contour(), ldk_labels(), ldk_links(), plot_devsegments(), plot_table()

Other ldk plotters: ldk_confell(), ldk_contour(), ldk_labels(), ldk_links()

Examples

Run this code
coo_plot(MSHAPES(wings))
ldk_chull(wings$coo)

Run the code above in your browser using DataLab