Learn R Programming

Luminescence (version 0.4.1)

merge_RLum.Analysis: Merge function for RLum.Analysis S4 class objects

Description

Function allows merging of RLum.Analysis objects and adding of allowed objects to an RLum.Analysis.

Usage

merge_RLum.Analysis(objects)

Arguments

objects
list of RLum.Analysis (required): list of S4 objects of class RLum.Analysis. Furthermore other objects of class RLum

Value

  • Return an RLum.Analysis object.

Function version

0.1 (2014-12-18 17:46:50)

Details

This function simply allowing to merge RLum.Analysis objects. Additionally other RLum objects can be added to an existing RLum.Analysis object. Supported objects to be added are: RLum.Data.Curve, RLum.Data.Spectrum and RLum.Data.Image. The order in the new RLum.Analysis object is the object order provided with the input list.

References

-

See Also

merge_RLum, RLum.Analysis, RLum.Data.Curve, RLum.Data.Spectrum, RLum.Data.Image, RLum

Examples

Run this code
##merge different RLum objects from the example data
data(ExampleData.RLum.Analysis, envir = environment())
data(ExampleData.BINfileData, envir = environment())

object <- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data, pos=1)
curve <- get_RLum(object)[[2]]

temp.merged <- merge_RLum.Analysis(list(curve, IRSAR.RF.Data, IRSAR.RF.Data))

Run the code above in your browser using DataLab