ccPolygon | R Documentation |
Object ccCellGeom will call the function circlize::circos.polygon while drawing.
ccPolygon(x = NULL, y = NULL, ...)
x |
Data points on x-axis |
y |
Data points on y-axis |
... |
pass to |
Object ccCellGeom
library(circlizePlus)
cc <- ccPlot(sectors = letters[1:8], xlim = c(0, 1))
track <- ccTrack(ylim = c(0, 10))
cell <- ccCell(sector.index = "a") + ccPolygon(x = c(0.5, 0.7, 1), y = c(2, 6, 8))
track <- track + cell
cc + track
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.