graph_structure_construction: graph_structure_construction

Description Usage Arguments Details Value Examples

View source: R/graph_operation.R

Description

Graph structure construction returns an igraph::graph structure with all the attributes of the dataframe unit

Usage

1

Arguments

dataframe_unit

data.frame. The dataframe unit built using data separation and prefix functions

Details

graph_structure_construction returns an igraph::graph structure with all the attributes of the dataframe unit

Value

igraph::graph. A graph structure

Examples

1
2
3
4
## Not run: 
    graph_structure_construction(dataframe_unit)

## End(Not run)

JeremyGillard/somar documentation built on March 19, 2021, 10:50 a.m.