Learn R Programming

Momocs (version 1.1.6)

ldk_confell: Draws confidence ellipses for landmark positions

Description

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

See Also

Other ldk plotters: ldk_chull, ldk_contour, ldk_labels, ldk_links Other plotting functions: Ntable, conf_ell, coo_arrows, coo_draw, coo_listpanel, coo_lolli, coo_plot, coo_ruban, ldk_chull, ldk_contour, ldk_labels, ldk_links, plot_devsegments

Examples

Run this code
data(wings)
coo_plot(mshapes(wings))
ldk_confell(wings$coo)

Run the code above in your browser using DataLab