circos_corPlotEXP: Draws correlation circos plot

View source: R/circos_corPlot.R

circos_corPlotEXPR Documentation

Draws correlation circos plot

Description

This is a internal function, the code itself is taken from rexposome::.correlation_circos_plot

Usage

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
)

Arguments

corr

Correlation

desc

Fams

correlation.limits

Limits

show.legend

Bool

cex.exposures

Alpha

cex.family

Alpha

colors

Cols


isglobal-brge/dsExposomeClient documentation built on March 5, 2024, 12:26 p.m.