spot2D: Locate spots manually.

Description Usage Arguments Value Author(s) Examples

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

1
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.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
5
## Not run: 
print(object)
object <- spot2D(object)

## End(Not run)

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

Related to spot2D in qtlc...