AFM.flatten | R Documentation |
uses the AFM.raster() function, makes a copy of the object and fits a plane, returns the flattened object
AFM.flatten(obj, no = 1, verbose = FALSE)
obj |
AFMdata object |
no |
channel number |
verbose |
output fitting parameters |
flattened matrix with AFM image
thomasgredig
d = AFM.import(AFM.getSampleImages(type='ibw')) d2 = AFM.flatten(d) plot(d2,graphType=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.