View source: R/corr_result_s3.R
| plot.corr_edge_list | R Documentation |
S3 Plot for Edge-List Correlation Results
## S3 method for class 'corr_edge_list'
plot(
x,
title = NULL,
low_color = "indianred1",
high_color = "steelblue1",
mid_color = "white",
value_text_size = 4,
ci_text_size = 3,
show_value = TRUE,
...
)
x |
An edge-list correlation result. |
title |
Optional plot title. |
low_color |
Fill color for -1. |
high_color |
Fill color for +1. |
mid_color |
Fill color for 0. |
value_text_size |
Text size for optional overlaid values. |
ci_text_size |
Text size for optional confidence-interval labels. |
show_value |
Logical; overlay values if |
... |
Additional theme arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.