vis_circos: Visualisation of matrices using circos plots

View source: R/v0_vis.R

vis_circosR Documentation

Visualisation of matrices using circos plots

Description

[Deprecated]

Visualise matrices with the circlize::chordDiagram function from the circlize package.

Usage

vis_circos(.data, .title = NULL, ...)

Arguments

.data

Input matrix.

.title

The The text for the title of the plot.

...

Other arguments passed to circlize::chordDiagram from the 'circlize' package.

Value

A circlize object.

See Also

vis, repOverlap.

Examples

## Not run: 
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")

## End(Not run)

immunarch documentation built on Nov. 5, 2025, 7:21 p.m.