diffra_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
diffra_detect(x, y, z, replace_by = 0)

Arguments

x

Emission wavelenght

y

Excitation wavelenght

z

Intensity

replace_by

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

Examples

1
diffra_detect(500,250,999) returns 0 because it is within the diffraction zone.

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