powered by
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)
a concatenated string of the directory and filename exported with Nanoscope analysis(TM) software
importFromNanoscope returns an AFMImage
importFromNanoscope
AFMImage
# NOT RUN { library(AFM) fullfilename<-"/user/ubuntu/NanoscopeFlattenExportedFile.txt" myAFMimage<-importFromNanoscope(fullfilename) displayIn3D(myAFMimage, width=1024, noLight=TRUE)) # }
Run the code above in your browser using DataLab