gather_graph: Gather graph node from data.frame

Description Usage Arguments Value Examples

Description

Gather graph node from data.frame

Usage

1
gather_graph_edge(df, index = NULL, root = NULL)

Arguments

df

a data.frame

index

grouping

root

root name

Value

a tibble

Examples

1
2
3
 ibrary(ccgraph)
 data(OTU)
 edges <- gather_graph_edge(OTU,index = c("p","c","o"))

gaospecial/ccgraph documentation built on Dec. 18, 2019, 2:34 a.m.