| plot.cograph_rich_club | R Documentation |
Two plot types: "curve" (default) shows the rich club coefficient
across thresholds with null model bands. "network" highlights rich
club members on the network at a given threshold.
## S3 method for class 'cograph_rich_club'
plot(x, type = c("curve", "network"), k = NULL, col = "#E41A1C", ...)
x |
A |
type |
Character. |
k |
Numeric. For |
col |
Line/node color for rich club. Default |
... |
Additional arguments passed to |
Invisible x.
g <- igraph::sample_pa(50, m = 2, directed = FALSE)
rc <- cograph::rich_club(g)
plot(rc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.