View source: R/conceptDiagram.R
myarrow | R Documentation |
Draw arrow
myarrow( from, to, lwd = 1, adjust = 1, label = "", label.pos = 0.5, arr.pos = NULL, radx = 0.1, rady = 0.06, xadj = NULL, yadj = NULL, curve = 0, dd = 0, ... )
from |
coordinates (x,y) of the point *from* which to draw arrow. |
to |
coordinates (x,y) of the point *to* which to draw arrow. |
lwd |
line width |
adjust |
adjust position |
label |
label |
label.pos |
label position |
arr.pos |
arrow position |
radx |
horizontal radius of the box. |
rady |
vertical radius of the box. |
xadj |
numeric x adjustment |
yadj |
numeric y adjustment |
curve |
integer relative size of curve (fraction of points distance) |
dd |
length of segment arm, directed away from endpoints. |
... |
Further argument to be passed to straightarrow() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.