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,
  ...
)

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

...

Further argument to be passed to straightarrow()


cardiomoon/semMediation documentation built on Nov. 16, 2023, 4:26 a.m.