ccTrackText | R Documentation |
Object ccTrackGeom will call the function circlize::circos.trackText while drawing.
ccTrackText(
sectors,
x,
y,
labels,
direction = NULL,
facing = c("inside", "outside", "reverse.clockwise", "clockwise", "downward",
"bending", "bending.inside", "bending.outside"),
niceFacing = FALSE,
adj = par("adj"),
cex = 1,
col = par("col"),
font = par("font"),
factors = sectors
)
sectors |
A |
x |
Data points on x-axis |
y |
Data points on y-axis |
labels |
Labels |
direction |
deprecated, use |
facing |
Facing of text |
niceFacing |
Should the facing of text be adjusted to fit human eyes? |
adj |
Adjustment for text |
cex |
Font size |
col |
Font color |
font |
Font style |
factors |
The same as |
Object ccTrackGeom
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.