plot.rflow | R Documentation |
visualize Rflow DAGs using visNetwork
## S3 method for class 'rflow' plot( x, tags = NULL, includeIsolated = TRUE, direction = "LR", tagsMatchLogic = "all", ... )
x |
an rflow objects |
tags |
vector of tags for filtering nodes |
includeIsolated |
logical; Switch to filter isolated/lonely nodes. |
direction |
see visNetwork docs on hierarchical graphs |
tagsMatchLogic |
one of: any/all/none |
... |
args passed to visNetwork |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.