Learn R Programming

qtlc (version 1.0)

showtlc2D.qtlc: Show TLC matrix as 2D plot

Description

Using TLC matrix width, height, and intensity parameters this function plot 2D heatmap of the TLC matrix.

Usage

"showtlc2D"(object, specific = NULL, RGB = "", main = "", correction = TRUE, grey = FALSE, ...)

Arguments

object
S3 object of the working TLC
specific
Matrix of the specific spot (from object$spot_matrices)
RGB
RGB matrices (if they are present in the object) are separated on the plot. Values of the RGB = "R", or "G", or "B".
main
Main title of the plot.
correction
Experimental option, currently not in use.
grey
Boolean, if TRUE, then TLC plate is greyscaled. Default value is FALSE.
...
Additional graphical parameters

Value

None

Examples

Run this code
## Not run: 
# showtlc2D(object, specific=object$spot_matrices[3], grey=TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab