circos.segments: Draw segments through pairwise of points

Description Usage Arguments Examples

Description

Draw segments through pairwise of points

Usage

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"), ...)

Arguments

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 lines

Examples

1
2
# There is no example
NULL

eilslabs/circlize documentation built on May 16, 2019, 1:23 a.m.