Convenience function to read any TIFF image with attached information

read.any.tiff(f, ...)

Arguments

f

Path to TIFF

...

Additional arguments passed to read.scanimage or readTIFF.

Value

An array of the dimensions height x width x channels. If there is only one channel the result is a matrix. The values are integers.