Learn R Programming

qtlc (version 1.0)

spot2D: Locate spots manually.

Description

The function should be used after 2D TLC matrix was plotted. After function call, the user should manually locate centers of the spots using mouse. (Left click for locate, right for the end of the process.)

Usage

spot2D(object, col = "white", ...)

Arguments

object
S3 object of the working TLC.
col
Color of the spot locator (default is white)
...
Additional parameters.

Value

S3 object with 'object$spots' added.

Examples

Run this code
## Not run: 
# print(object)
# object <- spot2D(object)
# ## End(Not run)

Run the code above in your browser using DataLab