graph_summary: Gives a summary of common metrics of given graph

View source: R/graph_util.R

graph_summaryR Documentation

Gives a summary of common metrics of given graph

Description

Gives a summary of common metrics of given graph

Usage

graph_summary(graph, plot = FALSE)

Arguments

graph

is the igraph object

plot

uses tkplot to plot the graph. Default is FALSE

Value

object containing summary

Examples

{
graph_summary(erdos.renyi.game(20, 0.2))
}

seekme94/influence.mining documentation built on Aug. 2, 2022, 10:19 p.m.