Learn R Programming

qtlc (version 1.0)

select2D: 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.

Examples

Run this code
## Not run: 
# select2D(object, 80, 50)
# ## End(Not run)

Run the code above in your browser using DataLab