Show the structure of RLum-class and Risoe.BINfileData-class objects
Source:R/Luminescence-generics.R
, R/RLum.Analysis-class.R
, R/RLum.Data.Curve-class.R
, and 4 more
show.Rd
Show the structure of RLum-class and Risoe.BINfileData-class objects
Usage
# S4 method for class 'RLum.Analysis'
show(object)
# S4 method for class 'RLum.Data.Curve'
show(object)
# S4 method for class 'RLum.Data.Image'
show(object)
# S4 method for class 'RLum.Data.Spectrum'
show(object)
# S4 method for class 'RLum.Results'
show(object)
# S4 method for class 'Risoe.BINfileData'
show(object)
Arguments
- object
RLum, Risoe.BINfileData (required): object of class
RLum
orRisoe.BINfileData
.
Methods (by class)
show(RLum.Analysis)
: Show the structure ofRLum.Analysis
objects.show(RLum.Data.Curve)
: Show the structure ofRLum.Data.Curve
objects.show(RLum.Data.Image)
: Show the structure ofRLum.Data.Image
objects.show(RLum.Data.Spectrum)
: Show the structure ofRLum.Data.Spectrum
objects.show(RLum.Results)
: Show the structure ofRLum.Results
objects.show(Risoe.BINfileData)
: Show the structure ofRisoe.BINfileData
objects.