AFMImage-importFromNanoscope: Import data from nanoscope analysis(tm) tool

Description Usage Arguments Details Author(s) Examples

Description

The imported file should contain a header and list of heights The header should contain the following fields:

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
library(AFM)

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

## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.