Axes arrow using the grid package

axes_2d_grid(
  zargs,
  angle = 30,
  length = unit(0.05, "npc"),
  type = "open",
  eps = 0.02,
  group... = list(cex = 0.66),
  draw = FALSE,
  ...
)

Arguments

zargs

argument list as passed from zenplot()

angle

angle of the arrow head (see ?arrow)

length

length of the arrow in [0,1] from tip to base

type

type of the arrow head (see ?arrow)

eps

distance by which the axes are moved away from the plot region

group...

list of arguments passed to group_2d_grid (or NULL)

draw

logical indicating whether drawing should take place

...

additional arguments passed to gpar()

Value

grob (invisibly)

Note

Inspired by https://stat.ethz.ch/pipermail/r-help/2004-October/059525.html

Author

Marius Hofert and Wayne Oldford