netchar: Get characteristics of a directed graph

Description Usage Arguments Value Examples

View source: R/netchar.R

Description

Get characteristics of a directed graph

Usage

1

Arguments

g

a unweighted directed igraph object.

Value

a single row dataframe with characteristics of the graph

Examples

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

jalapic/hierformR documentation built on May 18, 2019, 11:18 a.m.