| plot.nmfkc.DOT | R Documentation |
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.
## S3 method for class 'nmfkc.DOT'
plot(x, ...)
x |
An object of class |
... |
Not used. |
Called for its side effect (rendering). Returns x invisibly.
nmfkc.DOT, nmfae.DOT,
nmf.sem.DOT, nmfkc.ar.DOT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.