sum.gGraph.Rd
Sums gGraphs using default aggregation operation for metadata (sum for numeric and paste(..., collapse = ',') for character, and c() for list)
# S3 method for gGraph
sum(..., by = NULL, na.rm = TRUE)
set of gGraph arguments (names will be incorporated as graph metadata $parent.graph)
gGraph
A new gGraph object that is the sum of the component gGraphs