getAutomaticWidthForVariogramCalculation {AFM}R Documentation

calculate a width to be used for experimental variogram calculation

Description

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.

Usage

getAutomaticWidthForVariogramCalculation(AFMImage)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

Details

getAutomaticWidthForVariogramCalculation returns the width to be used for variogram calculation

Value

the smallest width to be used for variogram calculation

Author(s)

M.Beauvais

Examples

## Not run: 
library(AFM)

data(AFMImageOfAluminiumInterface)
print(getAutomaticWidthForVariogramCalculation(AFMImageOfAluminiumInterface))

## End(Not run)


[Package AFM version 2.0 Index]