coo_lolli {Momocs} | R 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 |
coo2 |
A |
pch |
a pch for the points (default to NA) |
cex |
a cex for the points |
... |
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 !")
[Package Momocs version 1.4.1 Index]