File: circos.update.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 (24 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{circos.update}
\alias{circos.update}
\title{
Create plotting regions for a whole track
}
\description{
Create plotting regions for a whole track
}
\usage{
circos.update(...)
}
\arguments{

  \item{...}{pass to \code{\link{circos.updatePlotRegion}}}

}
\details{
shortcut function of \code{\link{circos.updatePlotRegion}}.
}
\examples{
# There is no example
NULL

}