View source: R/generateGraphs.R
| generateGraphs | R Documentation |
Generate a dot string graph for the obtained cascades/subcascades
generateGraphs(
subcascade = NULL,
useOldLabels = F,
numericLabels = NULL,
simplify_iter = 0,
categoricalLabels = NULL,
graphName = NULL
)
subcascade |
Subcascades object as returned by |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.