remove_RLum | R Documentation |
Remove records from an RLum-class object in a convenient way using get_RLum for the selection.
remove_RLum(object, ...)
## S4 method for signature 'list'
remove_RLum(object, ...)
object |
RLum (required): S4 object of class |
... |
further arguments passed to the specific class method |
Same as input, can be empty
remove_RLum(list)
: Returns a list of RLum objects where the selected records are stripped
0.1.0
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
RLum.Analysis
## load example data
data(ExampleData.XSYG, envir = environment())
sar <- OSL.SARMeasurement$Sequence.Object[1:9]
## strop only OSL curves
sar <- remove_RLum(sar, recordType = "OSL")
sar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.