simplifyAFMImage {AFM} | R Documentation |
The simplification is taking a very simple gridded sample of the image. It can be useful to speed up display.
simplifyAFMImage(AFMImage, newSamplesperline, newLines)
AFMImage |
an |
newSamplesperline |
the new number of samplesperline of the AFMImage |
newLines |
the new number of lines of the AFMImage |
simplifyAFMImage
returns a simplified AFMImage
a new simplified AFMImage
M.Beauvais
## Not run:
data(AFMImageOfAluminiumInterface)
anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)
## End(Not run)