Learn R Programming

Luminescence (version 0.3.1)

plot_RLum.Analysis: Plot function for an RLum.Analysis S4 class object

Description

The function provides a standardized plot output for curve data of an RLum.Analysis S4 class object

Usage

plot_RLum.Analysis(object, nrows = 3, ncols = 2, ...)

Arguments

object
RLum.Analysis (required): S4 object of class RLum.Analysis
nrows
integer (with default): sets number of rows for plot output
ncols
integer (with default): sets number of columns for plot output
...
further arguments and graphical parameters will be passed to the plot function.

Value

  • Returns multiple plots.

Details

The function produces a multiple plot output. A file output is recommended (e.g., pdf).

References

#

See Also

plot, plot_RLum, plot_RLum.Data.Curve

Examples

Run this code
###load data
data(ExampleData.BINfileData, envir = environment())

##convert values for position 1
temp <- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data, pos=1)

##plot
plot_RLum.Analysis(temp)

Run the code above in your browser using DataLab