group_stats | R Documentation |
With this helper function, you can obtain summary statistics for the objects in the network.
group_stats(coord_graph, weight_threshold = c("full", "fast", "none"))
coord_graph |
A result |
weight_threshold |
The level of the network for which to calculate the statistic. It can be "full," "fast," or "none." The first two options are applicable only if the data includes information on a faster network, as calculated with the flag_speed_share function. These options preliminarily filter the nodes based on their inclusion in the subgraph filtered by edge weight threshold ("full"), filtered by edges created in the faster time window and surpassing the edge weight threshold in that network ("fast"), or apply to the unfiltered graph ("none"). |
a data.table
with summary statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.