View source: R/gr-domesticplotters.R
coo_arrows | R Documentation |
Draws 'arrows' between two configurations.
coo_arrows(coo1, coo2, length = coo_centsize(coo1)/15, angle = 20, ...)
coo1 |
A |
coo2 |
A |
length |
a length for the arrows. |
angle |
an angle for the arrows |
... |
optional parameters to fed arrows. |
a plot
Other plotting functions:
coo_draw()
,
coo_listpanel()
,
coo_lolli()
,
coo_plot()
,
coo_ruban()
,
ldk_chull()
,
ldk_confell()
,
ldk_contour()
,
ldk_labels()
,
ldk_links()
,
plot_devsegments()
,
plot_table()
coo_arrows(coo_sample(olea[3], 50), coo_sample(olea[6], 50))
title("Hi there !")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.