CFM.pathBeetweenStackedNodes: CFM: pack start and end nodes and plot the paths

View source: R/careFlowMiner.wrapper.R

CFM.pathBeetweenStackedNodesR Documentation

CFM: pack start and end nodes and plot the paths

Description

stack two given nodes, respectively start and end, and show all the paths between them. It also allow to stratify for a given covariate (optional)

Usage

CFM.pathBeetweenStackedNodes(
  objCFM,
  fromState,
  toState,
  stratifyFor = "",
  minPath = FALSE,
  stratificationValues = c(),
  fisher.threshold = 0.1,
  kindOfGraph = "dot",
  arcColor = "black",
  arc.fontsize = 10,
  arc.fontcolor = "red",
  arr.States.color = c(),
  set.to.gray.color = "WhiteSmoke",
  p.value.threshold = 0.05
)

Arguments

objCFM

the careFlowMiner obj.


robertogattabs/pMiner.v045b documentation built on Aug. 2, 2022, 1:53 p.m.