visRflow: visualize workflow DAG

visRflowR Documentation

visualize workflow DAG

Description

visualize workflow DAG

Usage

visRflow(
  rflow,
  tags = NULL,
  includeIsolated = TRUE,
  direction = "UD",
  orderBy = "id",
  tagsMatchLogic = "all",
  ...
)

Arguments

rflow

an rflow object

tags

character; vector of tags or regular expression for filtering nodes by tags

includeIsolated

logical; inlude disconnected nodes?

direction

orientation of flow ("UD" by default)

...

Value

A visNetwork plot.


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