matrices2D: Creates spots matrices

Description Usage Arguments Value Author(s) Examples

Description

Using spots locations and areas this function creates a matrix for each spot.

Usage

1
matrices2D(object, ...)

Arguments

object

S3 object of working TLC

...

Additional graphical parameters. (At this time just experimental)

Value

Returns S3 object with new variable object$spot_matrices which is a three dimensional matrix (width, height, and pixel intensity values).

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
5
## Not run: 
#just makes spot matrices for selected spots of the object
object <- matrices2D(object)

## End(Not run)

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

Related to matrices2D in qtlc...