Description Usage Arguments Examples
It simply detects and replace values in the spectrum based on x and y conditions
| 1 | diffra_detect(x, y, z, replace_by = 0)
 | 
| x | Emission wavelenght | 
| y | Excitation wavelenght | 
| z | Intensity | 
| replace_by | Which value will replace eliminated values, default is 0, NA might be useful | 
| 1 | diffra_detect(500,250,999) returns 0 because it is within the diffraction zone.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.