Skip to contents

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.

Value

a plot

See also

Examples

coo_arrows(coo_sample(olea[3], 50), coo_sample(olea[6], 50))
#> Warning: zero-length arrow is of indeterminate angle and so skipped
title("Hi there !")