Learn R Programming

Luminescence (version 0.9.25)

read_TIFF2R: Import TIFF Image Data into R

Description

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

Usage

read_TIFF2R(file, ...)

Value

RLum.Data.Image object

Arguments

file

character (required): file name

...

not in use, for compatibility reasons only

Function version

0.1.2

Author

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

How to cite

Kreutzer, S., 2024. 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., 2024. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.25. https://r-lum.github.io/Luminescence/

See Also

tiff::readTIFF, RLum.Data.Image

Examples

Run this code

if (FALSE) {
file <- file.choose()
image <- read_TIFF2R(file)

}

Run the code above in your browser using DataLab