saveOnDisk {AFM} | R Documentation |
Save an AFM image on disk.
Description
The function saves the an AFMImage
as a rdata file. It uses the fullfilename param of the AFMImage
and add "AFMImage.rda" extension to save the rdata file on disk.
Usage
saveOnDisk(AFMImage, exportDirectory)
Arguments
AFMImage |
an |
exportDirectory |
an optional argument to change the directory where the rdata file will be stored on disk |
Details
saveOnDisk
save on disk an AFMImage
as rdata file
Author(s)
M.Beauvais
Examples
## Not run:
library(AFM)
data(AFMImageOfAluminiumInterface)
# save the rdata file of the AFMImage in the tempdir() directory;
# select another directory to save it permanently on your hard drive
saveOnDisk(AFMImageOfAluminiumInterface, tempdir())
## End(Not run)
[Package AFM version 2.0 Index]