Render process map
Usage
render_map(
map,
layout = NULL,
output = NULL,
as_svg = FALSE,
title = NULL,
width = NULL,
height = NULL
)
Arguments
- map
A
process_map
created withprocess_map
and argumentrender = F
.- layout
A string specifying a layout type to use for node placement in this rendering. Possible layouts include:
nicely
,circle
,tree
,kk
, andfr
.- output
A string specifying the output type;
graph
(the default) renders the graph using thegrViz()
function andvisNetwork
renders the graph using thevisnetwork()
function.- as_svg
An option to render the graph as an SVG document.
- title
An optional title for a graph when using
output = "graph"
.- width
An optional parameter for specifying the width of the resulting graphic in pixels.
- height
An optional parameter for specifying the height of the resulting graphic in pixels.