getAutomaticWidthForVariogramCalculation {AFM} | R Documentation |
calculate a width to be used for experimental variogram calculation in order to generate a line instead of a cloud of points. If the chosen width is too small, the experimental variogram will be a cloud of points instead of a line.
getAutomaticWidthForVariogramCalculation(AFMImage)
AFMImage |
an |
getAutomaticWidthForVariogramCalculation
returns the width to be used for variogram calculation
the smallest width to be used for variogram calculation
M.Beauvais
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
print(getAutomaticWidthForVariogramCalculation(AFMImageOfAluminiumInterface))
## End(Not run)