powered by
totalRMSRoughness returns the total RMS roughness calculated from the variance of heights
totalRMSRoughness
totalRMSRoughness(AFMImage)
an AFMImage from Atomic Force Microscopy
AFMImage
a numeric as the square root of the variance of heights
# NOT RUN { library(AFM) data(AFMImageOfAluminiumInterface) totalRMSRoughness<-totalRMSRoughness(AFMImageOfAluminiumInterface) print(totalRMSRoughness) # } # NOT RUN { # }
Run the code above in your browser using DataLab