grand.text {grand} | R Documentation |
The grand.text
function writes a narrative summary of GRAND attributes that were
added to an igraph
object using grand()
.
grand.text(G, digits = 3)
G |
An |
digits |
numeric: number of decimal places to report |
string: Narrative summary of G
#A weighted, directed network
data(airport) #Load example data
narrative <- grand.text(airport) #Generate narrative
#A bipartite network
data(cosponsor) #Load example data
narrative <- grand.text(cosponsor) #Generate narrative
#A signed network
data(senate) #Load example data
narrative <- grand.text(senate) #Generate narrative