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.RdShow 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
RLumorRisoe.BINfileData.
Methods (by class)
show(RLum.Analysis): Show the structure ofRLum.Analysisobjects.show(RLum.Data.Curve): Show the structure ofRLum.Data.Curveobjects.show(RLum.Data.Image): Show the structure ofRLum.Data.Imageobjects.show(RLum.Data.Spectrum): Show the structure ofRLum.Data.Spectrumobjects.show(RLum.Results): Show the structure ofRLum.Resultsobjects.show(Risoe.BINfileData): Show the structure ofRisoe.BINfileDataobjects.