plot.nmfkc.DOT: Plot method for nmfkc.DOT objects

View source: R/nmf.sem.R

plot.nmfkc.DOTR Documentation

Plot method for nmfkc.DOT objects

Description

Renders a DOT graph string using DiagrammeR::grViz. If the DiagrammeR package is not installed, prints the DOT source to the console instead.

This method handles all DOT objects produced by the nmfkc package: nmfkc.DOT, nmfae.DOT, nmf.sem.DOT, and nmfkc.ar.DOT.

Usage

## S3 method for class 'nmfkc.DOT'
plot(x, ...)

Arguments

x

An object of class "nmfkc.DOT" (or a subclass thereof).

...

Not used.

Value

Called for its side effect (rendering). Returns x invisibly.

See Also

nmfkc.DOT, nmfae.DOT, nmf.sem.DOT, nmfkc.ar.DOT


nmfkc documentation built on July 14, 2026, 1:07 a.m.