Learn R Programming

qtlc (version 1.0)

matrices2D: Creates spots matrices

Description

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

Usage

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

Examples

Run this code
## Not run: 
# #just makes spot matrices for selected spots of the object
# object <- matrices2D(object)
# ## End(Not run)

Run the code above in your browser using DataLab