Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

myarrow

Draw arrow


Description

Draw arrow

Usage

myarrow(
  from,
  to,
  lwd = 1,
  adjust = 1,
  label = "",
  label.pos = 0.5,
  arr.pos = NULL,
  radx = 0.1,
  rady = 0.06,
  xadj = NULL,
  yadj = NULL,
  curve = 0,
  dd = 0,
  ...
)

Arguments

from

coordinates (x,y) of the point *from* which to draw arrow.

to

coordinates (x,y) of the point *to* which to draw arrow.

lwd

line width

adjust

adjust position

label

label

label.pos

label position

arr.pos

arrow position

radx

horizontal radius of the box.

rady

vertical radius of the box.

xadj

numeric x adjustment

yadj

numeric y adjustment

curve

integer relative size of curve (fraction of points distance)

dd

ength of segment arm, directed away from endpoints.

...

Further argument to be passed to straightarrow()


processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.