| vis_circos | R Documentation |
Visualise matrices with the circlize::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 circlize::chordDiagram from the 'circlize' package. |
A circlize object.
vis, repOverlap.
## Not run:
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov, .plot = "circos")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.