totalRMSRoughness {AFM} | R Documentation |
Calculate the total Root Mean Square Roughness (Rrms total)
Description
totalRMSRoughness
returns the total RMS roughness calculated from the variance of heights
Usage
totalRMSRoughness(AFMImage)
Arguments
AFMImage |
an |
Value
a numeric as the square root of the variance of heights
Author(s)
M.Beauvais
Examples
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
totalRMSRoughness<-totalRMSRoughness(AFMImageOfAluminiumInterface)
print(totalRMSRoughness)
## End(Not run)
[Package AFM version 2.0 Index]