Last data update: 2014.03.03

R: Import data from nanoscope analysis(tm) tool
importFromNanoscopeR Documentation

Import data from nanoscope analysis(tm) tool

Description

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

Usage

importFromNanoscope(fullfilename)

Arguments

fullfilename

a concatenated string of the directory and filename exported with Nanoscope analysis(TM) software

Details

importFromNanoscope returns an AFMImage

Author(s)

M.Beauvais

Examples

## Not run: 
library(AFM)

fullfilename<-"/user/ubuntu/NanoscopeFlattenExportedFile.txt"
myAFMimage<-importFromNanoscope(fullfilename)
displayIn3D(myAFMimage, 1024)

## End(Not run)

Results