powered by
Read all JPK ascii files in a given folder. It searches for all files containing a given patter (".txt" by default) and uses the afmReadJPJ function.
afmReadJPJ
afmReadJPKFolder(folder, pattern = ".txt", ...)
An afmexperiment class data structure with all F-d curves.
afmexperiment
Name of the folder containing the jpk files.
Pattern that will identify the jok files (".txt" by default).
Other parameters passed to afmReadJPK function.
folder <- paste(path.package("afmToolkit"), "afmexperiment",sep = "/") data <- afmReadJPKFolder(folder = folder) str(data)
Run the code above in your browser using DataLab