Description Usage Arguments Details Value Author(s) See Also Examples
Graphics utility functions to draw vectors from an origin to a collection of points
(using arrows
in 2D or lines3d
in 3D)
with labels for each (using text
or texts3d
).
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
A two-column matrix or a three-column matrix containing the end points of the vectors |
origin |
Starting point(s) for the vectors |
labels |
Labels for the vectors |
scale |
A multiplier for the length of each vector |
col |
color(s) for the vectors. |
lwd |
line width(s) for the vectors. |
cex |
color(s) for the vectors. |
length |
For |
angle |
For |
pos |
For |
... |
other graphical parameters, such as |
The graphical parameters col
, lty
and lwd
can be vectors of length greater than one and will be recycled if necessary
None
Michael Friendly
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.