read_TIFF2R function

Import TIFF Image Data into R

Import TIFF Image Data into R

Simple wrapper around tiff::readTIFF to import TIFF images and TIFF image stacks to be further processed within the package 'Luminescence'

read_TIFF2R(file, verbose = TRUE, ...)

Arguments

  • file: character (required ): file name
  • verbose: logical (with default): enable/disable output to the terminal.
  • ...: not in use, for compatibility reasons only

Returns

RLum.Data.Image object

Function version

0.1.2

Examples

## Not run: file <- file.choose() image <- read_TIFF2R(file) ## End(Not run)

See Also

tiff::readTIFF , RLum.Data.Image

Author(s)

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team

How to cite

Kreutzer, S., 2025. read_TIFF2R(): Import TIFF Image Data into R. Function version 0.1.2. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.0.1. https://r-lum.github.io/Luminescence/

  • Maintainer: Sebastian Kreutzer
  • License: GPL-3
  • Last published: 2025-03-07