simplifyAFMImage {AFM}R Documentation

simplify an AFM image.

Description

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

Usage

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

## Not run: 
  data(AFMImageOfAluminiumInterface)
  anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)

## End(Not run)


[Package AFM version 2.0 Index]