Skip to contents

Draws confidence ellipses for landmark positions

Usage

ldk_confell(
  ldk,
  conf = 0.5,
  col = "grey40",
  ell.lty = 1,
  ax = TRUE,
  ax.lty = 2
)

Arguments

ldk

an array (or a list) of landmarks

conf

the confidence level (normal quantile, 0.5 by default)

col

the color for the ellipse

ell.lty

an lty for the ellipse

ax

logical whether to draw ellipses axes

ax.lty

an lty for ellipses axes

Value

a drawing on the last plot

See also

Examples

coo_plot(MSHAPES(wings))
ldk_confell(wings$coo)