View source: R/summary_network.R
| summary.netobject_group | R Documentation |
Returns one summary per constituent network. With combined = TRUE
(default) the per-group tables are joined into a single wide
data.frame with one column per group; with combined = FALSE
returns a named list.
## S3 method for class 'netobject_group'
summary(object, combined = TRUE, ...)
object |
A |
combined |
Logical. Combine into one wide data.frame? Default |
... |
Ignored. |
Either a data.frame (one column per group) or a named list of
summary.netobject objects, of class c("summary.netobject_group", ...).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.