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, merge2stack = FALSE, verbose = TRUE, ...)
file |
character (required): file name, can be of type list for automated processing of many images |
merge2stack |
logical (with default): if |
verbose |
logical (with default): enable/disable output to the terminal |
... |
not in use, for compatibility reasons only |
RLum.Data.Image object
0.2.0
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
tiff::readTIFF, RLum.Data.Image
## use system file
file <- system.file("extdata", "TIFFfile.tif", package = "Luminescence")
## import image
image <- read_TIFF2R(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.