AFMImage-simplifyAFMImage: simplify an AFM image.

Description Usage Arguments Details Value Author(s) Examples

Description

The simplification is taking a very simple gridded sample of the image. It can be useful to speed up display.

Usage

1
simplifyAFMImage(AFMImage, newSamplesperline, newLines)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

newSamplesperline

the new number of samplesperline of the AFMImage

newLines

the new number of lines of the AFMImage

Details

simplifyAFMImage returns a simplified AFMImage

Value

a new simplified AFMImage

Author(s)

M.Beauvais

Examples

1
2
3
4
5
## Not run: 
  data(AFMImageOfAluminiumInterface)
  anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)

## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.