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

myarrow2

Draw arrow with adjustment of a position


Description

Draw arrow with adjustment of a position

Usage

myarrow2(
  nodes,
  from,
  to,
  label = "",
  no,
  radx = 0.12,
  rady = 0.04,
  xmargin = 0.01,
  label.pos = 0.5,
  arr.pos = NULL,
  addprime = TRUE,
  xspace = NULL,
  mode = 1,
  ...
)

Arguments

nodes

A data.frame

from

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

to

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

label

label to display

no

process macro model number

radx

horizontal radius of the box.

rady

vertical radius of the box.

xmargin

horizontal margin of plot

label.pos

label position

arr.pos

arrow position

addprime

logical Whether add prime to label "c"

xspace

numeric horizontal space between nodes

mode

integer mode for adjustxpos

...

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.