>From my understanding, this has been a design decision: str() basically represents the whole graph as a string. For this reason, summary() is available, which should do what you want.
Cheers, Frederik Am 29.07.2013 19:42, schrieb Sam Steingold: > It has been my understanding that one of the purposes of the str() > function was brevity: "Ideally, only one line for each 'basic' structure > is displayed." > Why does str(graph) print the full list of edges? > I think this is a bug, but I am not sure how to report it because > https://bugs.launchpad.net/igraph/+filebug directs me to > https://github.com/p-e-w/finalterm/issues which does not seem to be > related to igraph. > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
