Learn R Programming

Momocs (version 1.1.6)

coo_arrows: Plots (lollipop) differences between two configurations

Description

Draws 'arrows' between two configurations.

Usage

coo_arrows(coo1, coo2, length = coo_centsize(coo1)/15, angle = 20, ...)

Arguments

coo1
A list or a matrix of coordinates.
coo2
A list or a matrix of coordinates.
length
a length for the arrows.
angle
an angle for the arrows
...
optional parameters to fed arrows.

See Also

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

Examples

Run this code
data(olea)
coo_arrows(coo_sample(olea[3], 50), coo_sample(olea[6], 50))
title("Hi there !")

Run the code above in your browser using DataLab