File: subset_gp.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (24 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
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{subset_gp}
\alias{subset_gp}
\title{
Subset a gpar Object
}
\description{
Subset a gpar Object
}
\usage{
subset_gp(gp, i)
}
\arguments{

  \item{gp}{A \code{\link{gpar}} object.}
  \item{i}{A vector of indices.}

}
\value{
A \code{\link[grid]{gpar}} object.
}
\examples{
gp = gpar(col = 1:10, fill = 1)
subset_gp(gp, 1:5)
}