remove_RLum: Strips records from RLum-class objects

remove_RLumR Documentation

Strips records from RLum-class objects

Description

Remove records from an RLum-class object in a convenient way using get_RLum for the selection.

Usage

remove_RLum(object, ...)

## S4 method for signature 'list'
remove_RLum(object, ...)

Arguments

object

RLum (required): S4 object of class RLum

...

further arguments passed to the specific class method

Value

Same as input, can be empty

Functions

  • remove_RLum(list): Returns a list of RLum objects where the selected records are stripped

Function version

0.1.0

Author(s)

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)

See Also

RLum.Analysis

Examples

## 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


R-Lum/Luminescence documentation built on June 9, 2025, 2:40 p.m.