setPositionNodes: Set Position of nodes

View source: R/drawModel.R

setPositionNodesR Documentation

Set Position of nodes

Description

Set Position of nodes

Usage

setPositionNodes(
  nodes,
  arrows,
  radx = 0.08,
  rady = 0.06,
  xmargin = 0.02,
  ymargin = 0.02,
  xlim = c(-0.3, 1.35),
  ylim = c(-0.07, 1.05),
  parallel2 = FALSE,
  parallel3 = FALSE
)

Arguments

nodes

A data.frame of nodes

arrows

A data.frame of arrows

radx

horizontal radius of the box.

rady

vertical radius of the box.

xmargin

horizontal margin between nodes

ymargin

vertical margin between nodes

xlim

the x limits (min,max) of the plot

ylim

the y limits (min,max) of the plot

parallel2

logical

parallel3

logical


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