arrows
, where
begin and endpoints of the arrow need to be specified.addarrow(x0,y0,len,bearing,headlen=0.2*len,
headangle=25,Nlabel=TRUE,addto=c('rgl','plot','lattice'),...)
segments
.Plotstand
, or plotuspar
. The bearing is defined as in MAESTRA,
where 0 means the X axis points south (and the North arrow thus parallel to
the X-axis), with 90 degrees the X axis points West, and so forth.
Because I don't know how to tell if the current device is setup by either
rgl
, Lattice
, or the base graphics plot
, the user needs to
specify what device to add the arrow to. The default is 'rgl'.