plot.rflow: visualize Rflow DAGs using visNetwork

plot.rflowR Documentation

visualize Rflow DAGs using visNetwork

Description

visualize Rflow DAGs using visNetwork

Usage

## S3 method for class 'rflow'
plot(
  x,
  tags = NULL,
  includeIsolated = TRUE,
  direction = "LR",
  tagsMatchLogic = "all",
  ...
)

Arguments

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


vh-d/Rflow documentation built on May 11, 2022, 2:53 a.m.