showtlc2D.qtlc {qtlc} | R Documentation |
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
## S3 method for class 'qtlc'
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
Author(s)
Ivan D. Pavicevic, ivanp84@gmail.com
Examples
## Not run:
showtlc2D(object, specific=object$spot_matrices[3], grey=TRUE)
## End(Not run)
[Package qtlc version 1.0 Index]