Usage
arrows3D(...)
## S3 method for class 'default':
arrows3D(x0,x1,\dots,length=0.25,
angle=30,code=2,col="black",
lty=NULL,lwd=2,orth=c(1,0.0001,0.0000001),
labs=NULL,size=lwd)
Arguments
x0
a matrix or vector giving the starting points of the arrows
x1
a matrix or vector giving the end points of the arrows
length
a number giving the length of the arrowhead
angle
numeric giving the angle of the arrowhead
code
0=no arrowhead,1=arrowhead at x0,2=arrowhead at
x1,3=double headed
col
the color of the arrow
lty
Not implemented, here for compatibility reasons with
arrows
orth
the flat side of the arrow is not unique by x0 and
x1. This ambiguity is solved in a way that the arrow seams as wide
as possible from the viewing direction orth.
labs
labels to be plotted to the endpoints of the arrows
size
size of the plotting symbol