grand.table: Generate a Guidelines for Reporting About Network Data...

View source: R/grand.table.R

grand.tableR 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

grand documentation built on Feb. 16, 2023, 10:39 p.m.