Learn R Programming

LibOPF (version 2.5.0)

opf_create_subGraph: 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

Run this code
# NOT RUN {
EmptySubgraph <- opf_create_subGraph(10)

# }

Run the code above in your browser using DataLab