AFM.import | R Documentation |
Use this function to create an AFMdata object from the filename;
four AFM formats (TIFF, NID, IBW, and 000) are supported. Use
AFM.raster()
to create a data.frame from this object, or
use plot()
to generate an image.
AFM.import(filename, verbose = FALSE)
filename |
name of AFM filename |
verbose |
if |
AFMdata object
Thomas Gredig
d = AFM.import(AFM.getSampleImages(type='ibw')) summary(d) plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.