##(1) plot values as histogram
data(ExampleData.DeValues, envir = environment())
plot_Histogram(ExampleData.DeValues, xlab = "De [s]")
##(2) plot value as histogram (with Second to Gray convertion)
data(ExampleData.DeValues, envir = environment())
De.values <- Second2Gray(ExampleData.DeValues,
dose_rate = c(0.0438, 0.0019),
method = "gaussian")
plot_Histogram(De.values, xlab = "De [Gy]")
Run the code above in your browser using DataLab