sum.gGraph | R Documentation |
Sums gGraphs using default aggregation operation for metadata (sum for numeric and paste(..., collapse = ',') for character, and c() for list)
## S3 method for class 'gGraph'
sum(..., by = NULL, na.rm = TRUE)
... |
set of gGraph arguments (names will be incorporated as graph metadata $parent.graph) |
y |
gGraph |
A new gGraph object that is the sum of the component gGraphs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.