| plot_RLum | R Documentation |
The function calls object specific plot functions for RLum S4 class objects.
plot_RLum(object, ...)
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 |
... |
further arguments and graphical parameters to pass to the
specific plot functions. The only arguments that are supported directly are
|
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 |
Produces a plot depending on the input object.
0.6
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/
Sebastian Kreutzer, F2.1 Geophysical Parametrisation/Regionalisation, LIAG - Institute for Applied Geophysics (Germany)
Marco Colombo, Institute of Geography, Heidelberg University (Germany)
, RLum Developer Team
plot_RLum.Analysis, plot_RLum.Data.Curve, plot_RLum.Data.Spectrum, plot_RLum.Data.Image, plot_RLum.Results
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.