You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot_DetPlot(
object,
method="shift",
signal.integral.min=1,
signal.integral.max=1,
background.integral.min=20,
background.integral.max=70,
analyse_function.control=list(
fit.method="LIN"),
verbose=FALSE)
# Error in 1:n.channels : result would be too long a vector
The text was updated successfully, but these errors were encountered:
If
signal.integral.min == signal.integral.max
,n.channel
is computed asInf
:Luminescence/R/plot_DetPlot.R
Lines 212 to 215 in 759a114
For example here:
The text was updated successfully, but these errors were encountered: