Learn R Programming

Luminescence (version 0.4.1)

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

Description

The function provides a standardised plot output for data of an RLum.Results S4 class object

Usage

plot_RLum.Results(data, single = TRUE, ...)

Arguments

data
RLum.Results (required): S4 object of class RLum.Results
single
logical (with default): single plot output (TRUE/FALSE) to allow for plotting the results in as few plot windows as possible.
...
further arguments and graphical parameters will be passed to the plot function.

Value

  • Returns multiple plots.

Function version

0.1 (2014-12-11 09:05:46)

Details

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

References

#

See Also

plot, plot_RLum,

Examples

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

# apply the un-logged minimum age model
mam<- calc_MinDose(data = ExampleData.DeValues, sigmab = 0.2, log = FALSE, plot = FALSE)

##plot
plot_RLum.Results(mam)

# estimate the number of grains on an aliquot
grains<- calc_AliquotSize(grain.size = c(100,150), sample.diameter = 1, plot = FALSE)

##plot
plot_RLum.Results(grains)

Run the code above in your browser using DataLab