DeltaEEM | R Documentation |
This function select 2 EEMs based on their name and subtract one from another
DeltaEEM( cube, diminuende, diminuteur, exact_ende = T, exact_teur = T, zlim = c(-1, 1) )
cube |
is the output of the main function PARAFAC.cube.design() |
diminuende |
is the sample you want to subtract from (Ex. a - b = c, a is the diminuende) |
diminuteur |
is the sample you want to subtract (Ex. a - b = c, b is the diminuteur) |
zlim |
is the intensity to plot the EEMs. Negative and values outside of scale bar will be white If paramter is set to FALSE, LTM = LTMGose50x. Beware of potential confusion if names are similar! |
Exact_ende |
is a logical parameter for diminuende name. Default is TRUE (Ex. Bunker != BunkerIPA50x) If paramter is set to FALSE, Bunker = BUNKERIPA50x. Beware of potential confusion if names are similar! |
Exact_teur |
is a logical parameter for diminuteur name. Default is TRUE (Ex. LTM != LTMGose50x) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.