returns sample AFM image files included with this library

AFM.getSampleImages(type = "*")

Arguments

type

could be "ibw" for Asylum Research, "nid" for NanoSurf, "veeco" for Bruker/Veeco image, "tiff" for Park, "force" for force spectroscopy, "resonance" for resonance curve, if empty or "*", all files will be returned

Value

vector with path/filename to AFM sample images

Author

Thomas Gredig

Examples

file.list = AFM.getSampleImages()
print(paste("Found",length(file.list),"sample files."))
#> [1] "Found 6 sample files."