AFM.crop | R Documentation |
Creates a subset of an AFM image by cropping the original image into a smaller AFM image object
AFM.crop( obj, x0 = NA, y0 = NA, width.pixels = 1024, height.pixels = 1024, verbose = FALSE )
obj |
AFMdata object to be cropped |
x0 |
x origin location in pixels, if |
y0 |
y origin location in pixels, if |
width.pixels |
width of cropped image in pixels |
height.pixels |
height of cropped image in pixels |
verbose |
output fitting parameters |
returns cropped image
Thomas Gredig
d <- AFM.artificialImage(type='calibration', width=100, height=100, verbose=FALSE) plot(d) d1 = AFM.crop(d, x0=45, y0=45, width.pixels = 50, height.pixels = 50) plot(d1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.