read_TIFF2R | R Documentation |
Simple wrapper around tiff::readTIFF to import TIFF images
and TIFF image stacks to be further processed within the package 'Luminescence'
read_TIFF2R(file, ...)
file |
character (required): file name |
... |
not in use, for compatibility reasons only |
RLum.Data.Image object
0.1.2
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., 2024. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.24. https://CRAN.R-project.org/package=Luminescence
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
tiff::readTIFF, RLum.Data.Image
## Not run:
file <- file.choose()
image <- read_TIFF2R(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.