R-Lum/Luminescence

plot_KDE() ... error bars not correct

RLumSK opened this issue · 1 comments

Expected behaviour

Plot show correct error bars.

Observed behaviour

The error bars are consistently too small, as reported by Andrea Junge via e-mail.

Running mini example

library(Luminescence)
data(ExampleData.DeValues, envir = environment())
ExampleData.DeValues <-
  Second2Gray(ExampleData.DeValues$BT998, c(0.0438,0.0019))

## create plot straightforward
plot_KDE(data = ExampleData.DeValues)

head(ExampleData.DeValues)

@coffeemuggler I did check also other functions, they are ok.