powered by
Draws confidence ellipses for landmark positions
ldk_confell(ldk, conf = 0.5, col = "grey40", ell.lty = 1, ax = TRUE, ax.lty = 2)
an array (or a list) of landmarks
the confidence level (normal quantile, 0.5 by default)
the color for the ellipse
an lty for the ellipse
logical whether to draw ellipses axes
an lty for ellipses axes
Other plotting functions: coo_arrows, coo_draw, coo_listpanel, coo_lolli, coo_plot, coo_ruban, ldk_chull, ldk_contour, ldk_labels, ldk_links, plot_devsegments, plot_table
coo_arrows
coo_draw
coo_listpanel
coo_lolli
coo_plot
coo_ruban
ldk_chull
ldk_contour
ldk_labels
ldk_links
plot_devsegments
plot_table
Other ldk plotters: ldk_chull, ldk_contour, ldk_labels, ldk_links
# NOT RUN { coo_plot(mshapes(wings)) ldk_confell(wings$coo) # }
Run the code above in your browser using DataLab