File: circos.segments.rd

package info (click to toggle)
r-cran-circlize 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,312 kB
  • sloc: makefile: 8
file content (33 lines) | stat: -rwxr-xr-x 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{circos.segments}
\alias{circos.segments}
\title{
Draw segments through pairwise of points
}
\description{
Draw segments through pairwise of points
}
\usage{
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{

  \item{x0}{x coordinates for starting points}
  \item{y0}{y coordinates for ending points }
  \item{x1}{x coordinates for starting points}
  \item{y1}{y coordinates for ending points}
  \item{sector.index}{Index for the sector}
  \item{track.index}{Index for the track}
  \item{straight}{whether the segment is a straight line}
  \item{col}{color of the segments}
  \item{lwd}{line width of the segments}
  \item{lty}{line type of the segments}
  \item{...}{pass to \code{\link[graphics]{lines}}}

}
\examples{
# There is no example
NULL

}