Learn R Programming

AFM (version 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

a new simplified AFMImage

Details

simplifyAFMImage returns a simplified AFMImage

Examples

Run this code
# NOT RUN {
  data(AFMImageOfAluminiumInterface)
  anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab