edgelist_to_tbl: Converts edgelist (as stored in data) to a tibble with colums...

Description Usage Arguments

View source: R/edgelist_to_tbl.R

Description

Converts edgelist (as stored in data) to a tibble with colums ~from, ~to (as required by tidygraph).

Usage

1
edgelist_to_tbl(edgelist)

Arguments

edgelist

- single element character vector of edges: abcd means there's an edge from a to b, and from c to d.


jimr1603/GlyphR documentation built on Nov. 4, 2019, 2:43 p.m.