View source: R/circos_corPlot.R
circos_corPlotEXP | R Documentation |
This is a internal function, the code itself is taken from rexposome::.correlation_circos_plot
circos_corPlotEXP(
corr,
desc,
correlation.limits = list(list(d = "+", t = 0.5, c = "#191970"), list(d = "+", t = 0.3,
c = "#4169E1"), list(d = "-", t = -0.3, c = "#DC143C"), list(d = "-", t = -0.5, c =
"#8B0000")),
show.legend = TRUE,
cex.exposures = 0.5,
cex.family = 0.55,
colors
)
corr |
Correlation |
desc |
Fams |
correlation.limits |
Limits |
show.legend |
Bool |
cex.exposures |
Alpha |
cex.family |
Alpha |
colors |
Cols |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.