Arguments
a1
The x locations of the tails of the arrows or a 2 column matrix giving
the x and y coordinates of the arrow tails.
a2
The y locations of the tails of the arrows or a 2 column matrix giving
the u and v coordinates of the arrows.
u
The u components of the direction vectors if they are not specified in
the a2 argument
v
The v components of the direction vectors if they are not specified in
the a2 argument
arrow.ex
Controls the length of the arrows. The length is in terms of the fraction
of the shorter axis in the plot. So with a default of .05 20 arrows
of maximum length can line up end to end along the shorter axis.
xpd
If true does not clip arrows to fit inside the plot region, default is
not to clip.
true.angle
If true preserves the true angle of the (u,v) pair on the plot. E.g. if
(u,v)=(1,1) then the arrow will be drawn at 45 degrees.
...
Graphics arguments passed to the arrows function that can can change the
color or arrow sizes. See help on this for
details.