Skip to contents

A wrapper that uses coo_chull

Usage

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

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

Value

a drawing on the last plot

Examples

coo_plot(MSHAPES(wings))
ldk_chull(wings$coo)