Learn R Programming

qtlc (version 1.0)

picmatrixTIFF: 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 to combine intensities.
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.

Examples

Run this code
## Not run: 
# #Internal function used by createTLC(...)
# ## End(Not run)

Run the code above in your browser using DataLab