Description Usage Arguments Examples
Draw segments through pairwise of points
1 2 3  | circos.segments(x0, y0, x1, y1, sector.index = get.cell.meta.data("sector.index"),
    track.index = get.cell.meta.data("track.index"), straight = FALSE,
    col = par("col"), lwd = par("lwd"), lty = par("lty"), ...)
 | 
x0 | 
 x coordinates for starting points  | 
y0 | 
 y coordinates for ending points  | 
x1 | 
 x coordinates for starting points  | 
y1 | 
 y coordinates for ending points  | 
sector.index | 
 Index for the sector  | 
track.index | 
 Index for the track  | 
straight | 
 whether the segment is a straight line  | 
col | 
 color of the segments  | 
lwd | 
 line width of the segments  | 
lty | 
 line type of the segments  | 
... | 
 pass to   | 
1 2  | # There is no example
NULL
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.