Object ccTrackGeom will call the function circlize::circos.trackLines while drawing.
ccTrackLines(
sectors,
x,
y,
col = par("col"),
lwd = par("lwd"),
lty = par("lty"),
type = "l",
straight = FALSE,
area = FALSE,
area.baseline = NULL,
border = "black",
baseline = "bottom",
pt.col = par("col"),
cex = par("cex"),
pch = par("pch"),
factors = sectors
)Object ccTrackGeom
A factor or a character vector which represents the categories of data.
Data points on x-axis.
Data points on y-axis.
Line color.
Line width.
Line style.
Line type, similar as type argument in lines, but only in c("l", "o", "h", "s").
Whether draw straight lines between points.
Whether to fill the area below the lines. If it is set to TRUE, col controls the filled color in the area and border controls the color of the line.
Deprecated, use baseline instead.
Color for border of the area.
The base line to draw area, pass to circos.lines.
If type is "o", points color.
If type is "o", points size.
If type is "o", points type.
The same as sectors. It will be removed in future versions.