View source: R/compare_network.R
| plot.net_comparison | R Documentation |
Visualises a net_comparison object. Currently supports the edge-weight
scatterplot (default), with the diagonal reference (perfect agreement)
and the OLS regression line annotated by Pearson, Spearman, and Kendall
correlations.
## S3 method for class 'net_comparison'
plot(
x,
type = c("scatter", "heatmap", "diff_hist", "weight_dist", "all"),
combined = TRUE,
...
)
x |
A |
type |
Character. One of |
combined |
When |
... |
Ignored. |
A ggplot object; for type = "all" with combined = TRUE
a gtable arranged 2 by 2; for type = "all" with combined = FALSE
a named list of four ggplots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.