| afmReadVeeco {afmToolkit} | R Documentation | 
Read Bruke Nanoscope Veeco ascii file
Description
Read an ascii Veeco file.
Reads an ascii Veeco file with one or two segments.
Usage
afmReadVeeco(filename, path = "")
Arguments
filename | 
 String with the name of the jpk file.  | 
path | 
 Path to the folder where the file is.  | 
Value
A list containing a field 'data' which is a data frame
Examples
data <- afmReadVeeco("veeco_file.txt.gz",path = path.package("afmToolkit"))
str(data)
[Package afmToolkit version 0.0.1 Index]