select2D {qtlc} | R Documentation |
Selects spots areas
Description
Based on the located spots centers (manualy with mouse and function spot2D
) this function defines spots areas.
Usage
select2D(object, w, h, col = "white")
Arguments
object |
S3 object of the working TLC. |
w |
Width of the spot area. |
h |
Height of the spot area. |
col |
Color of the border (default white) |
Value
Return S3 object with new variable object$mat_cell
which is list with "w" and "h" values.
Author(s)
Ivan D. Pavicevic, ivanp84@gmail.com
Examples
## Not run:
select2D(object, 80, 50)
## End(Not run)
[Package qtlc version 1.0 Index]