R-Lum/Luminescence

calc_AverageDose() - output dstar is matrix and without colnames

Closed this issue · 1 comments

When doing:
AD <- calc_AverageDose(X, 0.1)
X <- get_RLumResults(AD, "dstar")

X is a matrix without col-names. Actually it would be more appropriate to have it as a data frame with names. Would make it easier for further plotting but also the data set is a collection of samples, each described by De and error, i.e., the ideal format for a data frame.

For the moment we keep the matrix. Thanks.