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