AFM.raster | R Documentation |
data frame has ($x, $y, $z) in units for particular channel, ($x, $y) are always in units of nanometer
AFM.raster(obj, no = 1)
obj |
AFMdata object |
no |
channel number |
for frequency data sweep, it will return ($freq, $z) instead
data.frame with ($x, $y, $z) raster image; ($x,$y) in units of nm, or ($freq, $z) for frequency sweep
Thomas Gredig
afmd = AFM.import(AFM.getSampleImages(type='ibw')) d = AFM.raster(afmd, 1) head(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.