powered by
The extract will be a square of the specified size. If the size is too large for the original AFMImage, only the biggest valid size will be kept.
AFMImage
extractAFMImage(AFMImage, cornerX, cornerY, size)
an AFMImage from Atomic Force Microscopy
horizontal coordinates of the extract
vertical coordinates of the extract
square size of the extract in number of pixels
a new AFMImage sample
extractAFMImage returns an extract of the AFMImage
extractAFMImage
# NOT RUN { data(AFMImageOfAluminiumInterface) anAFMImageExtract<-extractAFMImage(AFMImageOfAluminiumInterface,15,15,256) # } # NOT RUN { # }
Run the code above in your browser using DataLab