set.current.cell | R Documentation |
Set flag to current cell
set.current.cell(sector.index, track.index)
sector.index |
sector index |
track.index |
track index |
After setting the current cell, all functions which need sector.index
and track.index
arguments and are applied to the current cell do not need to specify the two arguments explicitly.
pdf(NULL)
circos.initialize(letters[1:8], xlim = c(0, 1))
circos.track(ylim = c(0, 1))
circos.info()
set.current.cell("b", 1)
circos.info()
circos.clear()
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.