ccTrackLines | R Documentation |
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
)
sectors |
A |
x |
Data points on x-axis. |
y |
Data points on y-axis. |
col |
Line color. |
lwd |
Line width. |
lty |
Line style. |
type |
Line type, similar as |
straight |
Whether draw straight lines between points. |
area |
Whether to fill the area below the lines. If it is set to |
area.baseline |
Deprecated, use |
border |
Color for border of the area. |
baseline |
The base line to draw area, pass to |
pt.col |
If |
cex |
If |
pch |
If |
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.