coo_lolli: Plots (lollipop) differences between two configurations

View source: R/gr-domesticplotters.R

coo_lolliR Documentation

Plots (lollipop) differences between two configurations

Description

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

Other plotting functions: coo_arrows(), coo_draw(), coo_listpanel(), coo_plot(), coo_ruban(), ldk_chull(), ldk_confell(), ldk_contour(), ldk_labels(), ldk_links(), plot_devsegments(), plot_table()

Examples

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

vbonhomme/Momocs documentation built on Nov. 13, 2023, 8:54 p.m.