powered by
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.
vis, repOverlap.
# NOT RUN { data(immdata) ov <- repOverlap(immdata$data) vis(ov, .plot = "circos") # }
Run the code above in your browser using DataLab