AFM.dataType | R Documentation |
Determine the type of the AFM file; this could be an 'image' or 'frequency' for resonance curve, or 'spectroscopy' for a force vs distance spectroscopy file, 'noImage' for a file with data and no image
AFM.dataType(obj)
obj |
AFMdata object |
string with AFM type, "image", "noImage", "frequency", "spectroscopy"
Thomas Gredig
# show the data type for each AFM file fList = AFM.getSampleImages() sapply(fList, function(x) { AFM.dataType(AFM.import(x)) })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.