processanimateR (version 1.0.1)

renderer_graphviz: Render as a plain graph

This renderer uses viz.js to render the process map using the DOT layout.

Description

Render as a plain graph

This renderer uses viz.js to render the process map using the DOT layout.

Usage

renderer_graphviz()

Arguments

Value

A rendering function to be used with animate_process

See Also

animate_process

Examples

Run this code
# NOT RUN {
data(example_log)

# Animate the process with the default GraphViz DOT renderer
animate_process(example_log, renderer = renderer_graphviz())

# }

Run the code above in your browser using DataLab