Learn R Programming

Momocs (version 1.4.1)

coo_lolli: Plots (lollipop) differences between two configurations

Description

Draws 'lollipops' between two configurations.

Usage

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

Value

a drawing on the last plot

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.

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

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

Run the code above in your browser using DataLab