qdarrow
Draw an arrowhead
Help text:
qdarrow(x, y, ang) draws an arrow head pointing to (x,y)
in the direction ang. ang may be given in radians in paper (0: pointing
right, pi/2: pointing down), or as a (DX,DY) pair of data coordinates.
qdarrow(x, y, ang, l, w) specifies length and (full) width of the arrow
head. These are specified in points, and default to l=8, w=5.
qdarrow(x, y, ang, l, w, dist) specifies that the arrow is to be retracted
a given distance from the point (x, y).
qdarrow(x, y, ang, l, w, dist, dimple) specifies that the back of the
arrow head is indented by dimple points.
Download pdf.