view: Convenience data visualisation function

viewR Documentation

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 signature 'RLum.Analysis'
view(object, ...)

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

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

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

Arguments

object

(required) object to view

...

further arguments passed to the specific class method

element

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

Value

NULL and opens the data viewer.

Methods (by class)

  • 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.

How to cite

Kreutzer, S., 2026. 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., de Boer, A., Bluszcz, A., 2026. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.3.1. https://r-lum.github.io/Luminescence/

Author(s)

Sebastian Kreutzer, F2.1 Geophysical Parametrisation/Regionalisation, LIAG - Institute for Applied Geophysics (Germany) , RLum Developer Team

See Also

utils::View()


Luminescence documentation built on Sept. 18, 2026, 9:07 a.m.