Skip to contents

Draws 'lollipops' between two configurations.

Usage

coo_lolli(coo1, coo2, pch = NA, cex = 0.5, ...)

Arguments

coo1

A list or a matrix of coordinates.

coo2

A list or a matrix of coordinates.

pch

a pch for the points (default to NA)

cex

a cex for the points

...

optional parameters to fed points and segments.

Value

a drawing on the last plot

See also

Examples

coo_lolli(coo_sample(olea[3], 50), coo_sample(olea[6], 50))
title("A nice title !")