plot_bleed_interactions: Creates a circular plot with links between signatures that...

Description Usage Arguments Value

View source: R/plot_bleed_interactions.R

Description

Creates a circular plot with links between signatures that bleed into each other.

Usage

1
2
3
4
5
plot_bleed_interactions(
  exposures_mcmc_output = NULL,
  pairwise_correlations = NULL,
  min_bleed = 0.2
)

Arguments

exposures_mcmc_output

Output from get_exposures.

pairwise_correlations

Output from get_exposure_pairwise_correlations. Not required if exposures_mcmc_output is provided.

min_bleed

Minimum bleed threshold, below which edges are removed.

Value

A ggplot object with bleed interactions.


eyzhao/SignIT documentation built on Dec. 6, 2019, 11:45 a.m.