generateGraphs: Generate a dot string graph for the obtained...

View source: R/generateGraphs.R

generateGraphsR Documentation

Generate a dot string graph for the obtained cascades/subcascades

Description

Generate a dot string graph for the obtained cascades/subcascades

Usage

generateGraphs(
  subcascade = NULL,
  useOldLabels = F,
  numericLabels = NULL,
  simplify_iter = 0,
  categoricalLabels = NULL,
  graphName = NULL
)

Arguments

subcascade

Subcascades object as returned by subcascades-function.

useOldLabels

Logical; whether to map numeric labels to categorical labels.

numericLabels

Optional numeric vector of class labels.

simplify_iter

Integer; number of simplification iterations.

categoricalLabels

Optional factor or character vector of class labels.

graphName

Optional string for graph name


ORION documentation built on Feb. 12, 2026, 5:07 p.m.