View source: R/graphical_var.R
| summary.gvar_result | R Documentation |
Summary Method for gvar_result
## S3 method for class 'gvar_result'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
A tidy data.frame of per-network metrics: one row per network
(temporal, contemporaneous) with n_nodes,
n_edges, density, mean_abs_weight, n_positive,
n_negative. Use edges(object) / coefs(object) for the
estimates and nodes(object) for node strengths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.