AFMImage-extractAFMImage: Extract a portion of an AFM image.

Description Usage Arguments Details Value Author(s) Examples

Description

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.

Usage

1
extractAFMImage(AFMImage, cornerX, cornerY, size)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

cornerX

horizontal coordinates of the extract

cornerY

vertical coordinates of the extract

size

square size of the extract in number of pixels

Details

extractAFMImage returns an extract of the AFMImage

Value

a new AFMImage sample

Author(s)

M.Beauvais

Examples

1
2
3
4
5
## Not run: 
  data(AFMImageOfAluminiumInterface)
  anAFMImageExtract<-extractAFMImage(AFMImageOfAluminiumInterface,15,15,256)

## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.