powered by
The simplification is taking a very simple gridded sample of the image. It can be useful to speed up display.
simplifyAFMImage(AFMImage, newSamplesperline, newLines)
an AFMImage from Atomic Force Microscopy
AFMImage
the new number of samplesperline of the AFMImage
the new number of lines of the AFMImage
a new simplified AFMImage
simplifyAFMImage returns a simplified AFMImage
simplifyAFMImage
# NOT RUN { data(AFMImageOfAluminiumInterface) anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16) # } # NOT RUN { # }
Run the code above in your browser using DataLab