74a5d387 |
\name{selectArea}
\alias{selectArea}
|
12e85497 |
\title{
|
74a5d387 |
Select an area in the heatmap
|
12e85497 |
}
\description{
|
74a5d387 |
Select an area in the heatmap
|
12e85497 |
}
\usage{
|
289e2e95 |
selectArea(mark = TRUE)
|
12e85497 |
}
\arguments{
|
74a5d387 |
\item{mark}{whether mark the selected area as a rectangle}
|
12e85497 |
}
\details{
Users can use mouse to click two positions on the heatmap, the function
will return the row index and column index for the selected region in the selected matrix.
|
378e5021 |
This function only works under interactive graphical environment.
|
12e85497 |
}
\value{
A list containing row index and column index corresponding to the selected region.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# No example for this function
NULL
}
|