select2D: Selects spots areas

Description Usage Arguments Value Author(s) Examples

Description

Based on the located spots centers (manualy with mouse and function spot2D) this function defines spots areas.

Usage

1
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

1
2
3
4
## Not run: 
select2D(object, 80, 50)

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.

Related to select2D in qtlc...