| view | R Documentation |
Invokes the utils::View function tailored to objects in the package. If started from RStudio, it uses the RStudio viewer.
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, ...)
object |
(required) object to view |
... |
further arguments passed to the specific class method |
element |
integer (with default): index of the element to display. |
NULL and opens the data viewer.
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.
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/
Sebastian Kreutzer, F2.1 Geophysical Parametrisation/Regionalisation, LIAG - Institute for Applied Geophysics (Germany) , RLum Developer Team
utils::View()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.