Make a Graphviz map: https://graphviz.org/documentation/
Usage
make_print_map(
  graf = NULL,
  maxwidth = NULL,
  grv_layout = NULL,
  grv_splines = NULL,
  grv_overlap = NULL,
  color = NULL,
  rainbow = F,
  graph_title = "",
  ranksep_slider = NULL,
  nodesep_slider = NULL,
  safe_limit = NULL
)Arguments
- graf
 A mapfile. Link and factor tables may contain columns to control formatting such as `color.border`.
- grv_layout
 What layout to use. Default is `dot`.
- grv_splines
 How to create splines. See Graphviz documentation.
- grv_overlap
 See Graphviz documentation.
- color
 Default font color
- safe_limit
 Integer. Large maps with many edges can take a long time to layout. If !is.null(safe_limit), the resulting map is simplified by bundling edges and selecting most frequent factors.