remove_vbar: [Hot-fix] Remove entries with "|" symbol

Description Usage Arguments Examples

Description

‘igraph' does not allow the symbol "|" in a node’s name. Entries with such symbol are removed.

Usage

1

Arguments

l0

A pairlist of edgelist and nodelist.

Examples

1
2
3
4
5
6
7
## Not run: 
build_graph_from_dir("R/") %>%
  remove_vbar() %>%
  prepare_graph_Rgraphviz() %>%     # Add plotting parameters
  start_app()

## End(Not run)

kcf-jackson/funGraphs documentation built on May 9, 2019, 5:48 a.m.