Learn R Programming

Luminescence (version 0.3.1)

plot_RLum: General plot function for RLum S4 class objects

Description

Function calls object specific plot functions for RLum S4 class objects.

Usage

plot_RLum(object, ...)

Arguments

object
RLum (required): S4 object of class RLum
...
further arguments and graphical parameters that will be passed to the specific plot functions

Value

  • Returns a plot.

Details

The function provides a generalized access point for plotting specific 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. lll{ object corresponding plot function RLum.Data.Curve : plot_RLum.Data.Curve RLum.Analysis : plot_RLum.Analysis }

References

#

See Also

plot_RLum.Data.Curve, RLum.Data.Curve

Examples

Run this code
#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)

Run the code above in your browser using DataLab