View source: R/statisticalDiagram.R
myarrow2 | R Documentation |
Draw arrow with adjustment of a position
myarrow2( nodes, from, to, label = "", no, radx = 0.12, rady = 0.04, xmargin = 0.01, label.pos = 0.5, arr.pos = NULL, addprime = TRUE, xspace = NULL, mode = 1, ... )
nodes |
A data.frame |
from |
coordinates (x,y) of the point *from* which to draw arrow. |
to |
coordinates (x,y) of the point *to* which to draw arrow. |
label |
label to display |
no |
process macro model number |
radx |
horizontal radius of the box. |
rady |
vertical radius of the box. |
xmargin |
horizontal margin of plot |
label.pos |
label position |
arr.pos |
arrow position |
addprime |
logical Whether add prime to label "c" |
xspace |
numeric horizontal space between nodes |
mode |
integer mode for adjustxpos |
... |
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.