opf_create_subGraph {LibOPF} | R Documentation |
Creates an empty subGraph structure
Description
Creates an empty subGraph structure
Usage
opf_create_subGraph(nnodes)
Arguments
nnodes |
Number of nodes |
Value
Returns an empty subGraph
Examples
EmptySubgraph <- opf_create_subGraph(10)
[Package LibOPF version 2.6.2 Index]