Last chance! 50% off unlimited learning
Sale ends in
get_RLum(object, ...)
RLum
(required): S4 object of class RLum
RLum
objects.
Depending on the input object, the corresponding get function will be selected.
Allowed arguments can be found in the documentations of each get function.
RLum.Data.Curve
: get_RLum.Data.Curve
RLum.Data.Image
: get_RLum.Data.Image
RLum.Data.Spectrum
: get_RLum.Data.Spectrum
RLum.Analysis
: get_RLum.Analysis
RLum.Results
: get_RLum.Results
}get_RLum.Data.Curve
, RLum.Data.Curve
,
get_RLum.Data.Image
, RLum.Data.Image
,
get_RLum.Data.Spectrum
, RLum.Data.Spectrum
,
get_RLum.Analysis
, RLum.Analysis
,
get_RLum.Results
, RLum.Results
##Example based using data and from the calc_CentralDose() function
##load example data
data(ExampleData.DeValues, envir = environment())
##apply the central dose model 1st time
temp1 <- calc_CentralDose(ExampleData.DeValues)
##get results and store them in a new object
temp.get<- get_RLum(object = temp1)
Run the code above in your browser using DataLab