Last data update: 2014.03.03

R: Creates spots matrices
matrices2DR Documentation

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

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

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

## End(Not run)

Results