Learn R Programming

Luminescence (version 1.1.2)

view: Convenience data visualisation function

Description

Invokes the utils::View function tailored to objects in the package. If started from RStudio, it uses the RStudio viewer.

Usage

view(object, ...)

# S4 method for RLum.Analysis view(object, ...)

# S4 method for RLum.Data view(object, ...)

# S4 method for RLum.Results view(object, element = 1, ...)

# S4 method for Risoe.BINfileData view(object, ...)

Value

NULL and opens the data viewer.

Arguments

object

(required) object to view

...

further arguments passed to the specific class method

element

integer (with default): index of the element to display.

Functions

  • view(RLum.Analysis): View method for RLum.Analysis objects.

  • view(RLum.Data): View method for RLum.Data objects.

  • view(RLum.Results): View method for RLum.Results objects.

  • view(Risoe.BINfileData): View method for Risoe.BINfileData objects.

Author

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team

How to cite

Kreutzer, S., 2025. view(): Convenience data visualisation function. 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., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.1.2. https://r-lum.github.io/Luminescence/

See Also