myarrow2: Draw arrow with adjustment of a position

View source: R/statisticalDiagram.R

myarrow2R Documentation

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()


cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.