Learn R Programming

hierformR (version 0.1.0)

netchar: Get characteristics of a directed graph

Description

Get characteristics of a directed graph

Usage

netchar(g)

Arguments

g
a unweighted directed igraph object.

Value

a single row dataframe with characteristics of the graph

Examples

Run this code
g=igraph::graph.edgelist(cbind(a=c(1,2,3,3), b=c(4,1,1,2)),directed=TRUE)
netchar(g)

Run the code above in your browser using DataLab