AFMImagePSDAnalysis-class {AFM} | R Documentation |
AFM image Power Spectrum Density analysis class
Description
AFMImagePSDAnalysis
handles an AFMImage
roughness against lenghscale analysis
Usage
AFMImagePSDAnalysis()
## S4 method for signature 'AFMImagePSDAnalysis'
initialize(.Object)
AFMImagePSDAnalysis()
psd1d_breaks(object)
## S4 method for signature 'AFMImagePSDAnalysis'
psd1d_breaks(object)
psd2d_maxHighLengthScale(object)
## S4 method for signature 'AFMImagePSDAnalysis'
psd2d_maxHighLengthScale(object)
psd2d_truncHighLengthScale(object)
## S4 method for signature 'AFMImagePSDAnalysis'
psd2d_truncHighLengthScale(object)
psd1d(object)
## S4 method for signature 'AFMImagePSDAnalysis'
psd1d(object)
psd2d(object)
## S4 method for signature 'AFMImagePSDAnalysis'
psd2d(object)
roughnessAgainstLengthscale(object)
## S4 method for signature 'AFMImagePSDAnalysis'
roughnessAgainstLengthscale(object)
intersections(object)
## S4 method for signature 'AFMImagePSDAnalysis'
intersections(object)
Arguments
.Object |
an AFMImagePSDAnalysis object |
object |
Slots
roughnessAgainstLengthscale
a data.table to store the roughness against lengthscale data
intersections
a list to store the lengthscales values as the intersections between slopes and the sill in roughness against lenghscale graph
updateProgress
a function to update a graphical user interface
Author(s)
M.Beauvais
[Package AFM version 2.0 Index]