totalRMSRoughness {AFM} | R Documentation |
totalRMSRoughness
returns the total RMS roughness calculated from the variance of heights
totalRMSRoughness(AFMImage)
AFMImage |
an |
a numeric as the square root of the variance of heights
M.Beauvais
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
totalRMSRoughness<-totalRMSRoughness(AFMImageOfAluminiumInterface)
print(totalRMSRoughness)
## End(Not run)