diffu_detect: Function for internal use

Description Usage Arguments Examples

Description

It simply detects and replace values in the spectrum based on x and y conditions

Usage

1
diffu_detect(x, y, z, span = 16, replace_by = 0)

Arguments

x

Emission wavelenght

y

Excitation wavelenght

z

Intensity

span

Excitation "distance" from the x=y diffusion line that will also be eliminated

replace_by

Which value will replace eliminated values, default is 0, NA might be useful

Examples

1
diffu_detect(350,350,999)returns 0 because it is within the diffusion zone.

guilayn/lbe3df documentation built on May 30, 2019, 7:20 p.m.