50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


Luminescence (version 0.4.1)

get_RLum: General accessor function for RLum S4 class objects

Description

Function calls object-specific get functions for RLum S4 class objects.

Usage

get_RLum(object, ...)

Arguments

object
RLum (required): S4 object of class RLum
...
further arguments that one might want to pass to the specific get function

Value

  • Return is the same as input objects as provided in the list.

Function version

0.1 (2014-12-18 17:43:17)

Details

The function provides a generalised access point for specific 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. lll{ object corresponding 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 }

References

-

See Also

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

Examples

Run this code
##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