vis_circos | R Documentation |
Visualise matrices with the chordDiagram function from the circlize package.
vis_circos(.data, .title = NULL, ...)
.data |
Input matrix. |
.title |
The The text for the title of the plot. |
... |
Other arguments passed to chordDiagram from the 'circlize' package. |
A circlize object.
vis, repOverlap.
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.