DATA1 {BayLum} | R Documentation |
DATA of sample named GDB3
Description
list of objects: LT, sLT, ITimes, dLab, ddot_env, regDose, J,K,Nb_measurement obtained using Generate_DataFile
function with single-grain OSL measurementsl of the sample GDB3.
Usage
data("DATA1")
Format
A list containing:
LT:
(one list per sample): each list contains all L/T values for the corresponding sample;
sLT:
(one list per sample): each list contains all uncertainties on L/T values for the corresponding sample;
ITimes:
(one list per sample): each list contains irradiation time values for the corresponding sample;
dLab=
a matrix containing in line
i
, the laboratory dose rate and its variance for samplei
;ddot_env:
a matrix containing in line
i
, the environmental dose rate and its variance (excluding the common error terms) for samplei
;regDose:
(one list per sample): each list contains all regenerated doses;
J:
a vector giving, for each BIN file, the number of aliquots selected for the analysis;
K:
a vector giving, for each BIN file, the number of regenerative doses in the SAR protocol;
Nb_measurement:
a vector giving, for each BIN file, the number of measurements;
References
For more informations on this sample we refer to the following publication:
Tribolo, C., Asrat, A., Bahain, J. J., Chapon, C., Douville, E., Fragnol, C., Hernandez, M., Hovers, E., Leplongeon, A., Martin, L, Pleurdeau, D, Pearson, O , Puaud, S, Assefa, Z. (2017). Across the Gap: Geochronological and Sedimentological Analyses from the Late Pleistocene-Holocene Sequence of Goda Buticha, Southeastern Ethiopia. PloS one, 12(1), e0169418.
Examples
data(DATA1)
str(DATA1)