myarrow: Draw arrow

View source: R/conceptDiagram.R

myarrowR Documentation

Draw arrow

Description

Draw arrow

Usage

myarrow(
  from,
  to,
  lwd = 1,
  adjust = 1,
  label = "",
  label.pos = 0.5,
  arr.pos = NULL,
  ...
)

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

...

Further argument to be passed to straightarrow()


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