read_TIFF2R: Import TIFF Image Data into R

View source: R/read_TIFF2R.R

read_TIFF2RR Documentation

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, 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

Value

RLum.Data.Image object

Function version

0.1.2

Author(s)

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)

See Also

tiff::readTIFF, RLum.Data.Image

Examples


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


## End(Not run)


R-Lum/Luminescence documentation built on March 1, 2025, 12:43 a.m.