powered by
Draw segments through pairwise of points
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"), ...)
x coordinates for starting points
y coordinates for ending points
Index for the sector
Index for the track
whether the segment is a straight line
color of the segments
line width of the segments
line type of the segments
pass to lines
lines
# NOT RUN { # There is no example NULL # }
Run the code above in your browser using DataLab