R-Lum/RLumShiny

Preheat plateau test not possible ... given.dose does not accept the value NULL

RLumSK opened this issue · 2 comments

The function plot_DRTResults() allow for plotting a preheat plateau test (PH vs De), however, the application does not allow the value NULL for the given dose and thus a preheat plateau test cannot be plotted in a meaningful way. The may suggest that this option is added as radio button:
"Dose Recovery Test" vs. "Preheat Plateau Test"

tzerk commented

You are not supposed to provide NULL for given dose, but check the "Group values by preheat temperature" checkbox on the same tab ("DRT Details"). You will then have the option to provide up to 8 different preheat temperatues.

The current limitation is, however, that you will always end up with normalised data. An idea would be to plot the non-normalised data when the user enters 0 for given dose. On the other hand one could argue that the function plot_DRTResults() is exclusively for dose recovery data, in which case there is always a given dose. Anyway, I will keep this issue open and label it with "enhancement".

Ok, thanks.