importFromNanoscope {AFM} | R Documentation |
The imported file should contain a header and list of heights The header should contain the following fields:
Lines: number of scanned lines (e.g. 512)
Sampsline: number of scan per line (e.g. 512)
ScanSize: the sample size (e.g. 1000nm) the extension nm is mandatory and will be removed
importFromNanoscope(fullfilename)
fullfilename |
a concatenated string of the directory and filename exported with Nanoscope analysis(TM) software |
importFromNanoscope
returns an AFMImage
M.Beauvais
## Not run:
library(AFM)
fullfilename<-"/user/ubuntu/NanoscopeFlattenExportedFile.txt"
myAFMimage<-importFromNanoscope(fullfilename)
displayIn3D(myAFMimage, width=1024, noLight=TRUE))
## End(Not run)