Visualise matrices with the chordDiagram function from the circlize package.
vis_circos(.data, .title = NULL, ...)
Input matrix.
The The text for the title of the plot.
Other arguments passed to chordDiagram from the 'circlize' package.
A circlize object.
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")