picmatrixTIFF {qtlc} | R Documentation |
Converting TIFF to matrix.
Description
Mostly internal function used by createTLC
function. Additional parameters from createTLC
goes there (RGB, comb).
Usage
picmatrixTIFF(ff, RGB = TRUE, comb = c(0.3, 0.59, 0.11))
Arguments
ff |
TIFF file |
RGB |
Boolean, TRUE - keeps Red, Green and Blue intensities as three matrices. FALSE - using |
comb |
Vector, combines intensities according to luma. A vector containing three values for R, G and B conversion. |
Value
Returns combined intensities matrix, or separated R, G, B matrices.
Author(s)
Ivan D. Pavicevic, ivanp84@gmail.com
Examples
## Not run:
#Internal function used by createTLC(...)
## End(Not run)
[Package qtlc version 1.0 Index]