grand.table {grand} | R Documentation |
The grand.table
function plots a tabular summary of GRAND attributes that were
added to an igraph
object using grand()
.
grand.table(G, digits = 3)
G |
An |
digits |
numeric: number of decimal places to report |
A plot
#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