Learn R Programming

AFM (version 2.0)

getAutomaticWidthForVariogramCalculation: 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

Value

the smallest width to be used for variogram calculation

Details

getAutomaticWidthForVariogramCalculation returns the width to be used for variogram calculation

Examples

Run this code
# NOT RUN {
library(AFM)

data(AFMImageOfAluminiumInterface)
print(getAutomaticWidthForVariogramCalculation(AFMImageOfAluminiumInterface))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab