tile_base_corr: Baseline correction

Description Usage Arguments Value Examples

View source: R/tile_base_corr.R

Description

A function to substract the minimun of a pixel (vector) to have a minimal signal = 0, avoiding negative readings. Currently the only preprocessing method implemented.

Usage

1

Arguments

data

Object of class Tile.

Value

An object of class Tile congruent with data, with the spectra modified.

Examples

1
2
x <- tile_read(base::system.file("extdata/tile.bsp", package = "uFTIR"))
x <- tile_base_corr(x)

uFTIR documentation built on Oct. 25, 2021, 9:08 a.m.