extractAFMImage {AFM} | R Documentation |
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.
extractAFMImage(AFMImage, cornerX, cornerY, size)
AFMImage |
an |
cornerX |
horizontal coordinates of the extract |
cornerY |
vertical coordinates of the extract |
size |
square size of the extract in number of pixels |
extractAFMImage
returns an extract of the AFMImage
a new AFMImage
sample
M.Beauvais
## Not run:
data(AFMImageOfAluminiumInterface)
anAFMImageExtract<-extractAFMImage(AFMImageOfAluminiumInterface,15,15,256)
## End(Not run)