Learn R Programming

ORION (version 1.1.1)

generateGraphs: 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