AFMImagePSDAnalysis-class {AFM} | R Documentation |
AFMImagePSDAnalysis
handles an AFMImage
roughness against lenghscale analysis
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)
.Object |
an AFMImagePSDAnalysis object |
object |
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
M.Beauvais