chrom.raster: Function to plot a picture AND the 3 channel of an array as...

Description Usage Arguments Author(s) Examples

View source: R/chrom.raster.R

Description

Function to plot a picture AND the 3 channel of an array as chromatograms,

Usage

1
chrom.raster(data, x, normalization = F, edge = 0, ...)

Arguments

data

a 3D array of dim[3] = 3

x

the x coordinate to look at

normalization

either or not normalisation should happen before plotting the chromatograms

edge

allow to apply the mean function over a range to increase teh signal/noise ratio

...

extra parameters to be passed to the plot function

Author(s)

Dimitri Fichou

Examples

1
2
data <- f.read.image(source='www/rTLC_demopicture.JPG',height=128)
data %>% chrom.raster(x=140)

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