Learn R Programming

AFM (version 1.2.0)

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

Value

Details

simplifyAFMImage returns a simplified AFMImage

Examples

Run this code
data(AFMImageOfAluminiumInterface)
anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)

Run the code above in your browser using DataLab