plot_RLum: General plot function for RLum S4 class objects

View source: R/plot_RLum.R

plot_RLumR Documentation

General plot function for RLum S4 class objects

Description

The function calls object specific plot functions for RLum S4 class objects.

Usage

plot_RLum(object, ...)

Arguments

object

RLum (required): object of class RLum or a list of such objects. If a list is provided, the function tries to plot every object in the list according to its RLum class, after removing non-RLum objects.

...

further arguments and graphical parameters to pass to the specific plot functions. The only arguments that are supported directly are main (plot title) and mtext (subtitle). They may be lists, in which case each element is dispatched to the plots (with recycling )if object is also a list.

Details

The function provides a generalised access point for plotting various RLum objects. Depending on the input object, the corresponding plot function will be selected. Allowed arguments can be found in the documentations of each plot function.

object corresponding plot function
RLum.Data.Curve plot_RLum.Data.Curve
RLum.Data.Spectrum plot_RLum.Data.Spectrum
RLum.Data.Image plot_RLum.Data.Image
RLum.Analysis plot_RLum.Analysis
RLum.Results plot_RLum.Results

Value

Produces a plot depending on the input object.

Function version

0.6

How to cite

Kreutzer, S., Colombo, M., 2026. plot_RLum(): General plot function for RLum S4 class objects. Function version 0.6. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., de Boer, A., Bluszcz, A., 2026. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.3.1. https://r-lum.github.io/Luminescence/

Author(s)

Sebastian Kreutzer, F2.1 Geophysical Parametrisation/Regionalisation, LIAG - Institute for Applied Geophysics (Germany)
Marco Colombo, Institute of Geography, Heidelberg University (Germany)
, RLum Developer Team

See Also

plot_RLum.Analysis, plot_RLum.Data.Curve, plot_RLum.Data.Spectrum, plot_RLum.Data.Image, plot_RLum.Results

Examples

#load Example data
data(ExampleData.CW_OSL_Curve, envir = environment())

#transform data.frame to RLum.Data.Curve object
temp <- as(ExampleData.CW_OSL_Curve, "RLum.Data.Curve")

#plot RLum object
plot_RLum(temp)


Luminescence documentation built on Sept. 18, 2026, 9:07 a.m.