layout_pm {processmapR} | R Documentation |
Configure layout parameters for process map
Description
Configure layout parameters for process map
Usage
layout_pm(fixed_positions = NULL, edge_weight = FALSE, edge_cutoff = 0)
Arguments
fixed_positions |
When specified as a data.frame with three columns 'act', 'x', and 'y' the position of nodes is fixed. Note that using this option switches to the 'neato' layout engine. |
edge_weight |
When |
edge_cutoff |
( |