Description Usage Arguments Details Value Examples
View source: R/graph_operation.R
Graph structure construction returns an igraph::graph structure with all the attributes of the dataframe unit
| 1 | graph_structure_construction(dataframe_unit)
 | 
| dataframe_unit | data.frame. The dataframe unit built using data separation and prefix functions | 
graph_structure_construction returns an igraph::graph structure with all the attributes of the dataframe unit
igraph::graph. A graph structure
| 1 2 3 4 | ## Not run: 
    graph_structure_construction(dataframe_unit)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.