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