grand.table {grand}R Documentation

Generate a Guidelines for Reporting About Network Data (GRAND) summary table

Description

The grand.table function plots a tabular summary of GRAND attributes that were added to an igraph object using grand().

Usage

grand.table(G, digits = 3)

Arguments

G

An igraph object with GRAND attributed

digits

numeric: number of decimal places to report

Value

A plot

Examples

#A weighted, directed network
data(airport)  #Load example data
grand.table(airport)  #Generate narrative

#A bipartite network
data(cosponsor)  #Load example data
grand.table(cosponsor)  #Generate narrative

#A signed network
data(senate)  #Load example data
grand.table(senate)  #Generate narrative

[Package grand version 0.9.0 Index]