spot2D {qtlc} | R Documentation |
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.
Author(s)
Ivan D. Pavicevic, ivanp84@gmail.com
Examples
## Not run:
print(object)
object <- spot2D(object)
## End(Not run)
[Package qtlc version 1.0 Index]