f.integrate: function to extract chromato, corret baseline, integrate peak

Description Usage Arguments Author(s) Examples

View source: R/f.integrate.R

Description

function to extract chromato, corret baseline, integrate peak

Usage

1
f.integrate(data, dim.table, negatif = F, correct.baseline = F)

Arguments

data

an array

dim.table

a matrix with a row per peak to extract/integrate, as column respectively xmin, xmax, ymin, ymax

negatif

apply a transformation to put the data in negatif, needed for white light pictures and for some extracted featuress from the network

correct.baseline

use or not the rolling ball algorithm to correct the baseline

...

Arguments to be passed to methods

Author(s)

Dimitri Fichou

Examples

1
2
3
data <- f.read.image(source='www/rTLC_demopicture.JPG',height=128)
dim.table <- rbind(c(1,2,50,60,100,110),c(1,2,70,80,100,110))
f.integrate(data,dim.table,F,T)

DimitriF/DLC documentation built on Oct. 14, 2020, 4:33 p.m.