ccTrackPoints {circlizePlus} | R Documentation |
Add points on all sections of a single track.
Description
Object ccTrackGeom will call the function circlize::circos.trackPoints while drawing.
Usage
ccTrackPoints(
sectors,
x,
y,
pch = par("pch"),
col = par("col"),
cex = par("cex"),
bg = par("bg"),
factors = sectors
)
Arguments
sectors |
A |
x |
Data points on x-axis |
y |
Data points on y-axis |
pch |
Point type |
col |
Point color |
cex |
Point size |
bg |
backgrond color |
factors |
The same as |
Value
Object ccTrackGeom
Examples
NULL
[Package circlizePlus version 0.9.1 Index]