AFMImage-saveOnDisk: Save an AFM image on disk.

Description Usage Arguments Details Author(s) Examples

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

1
saveOnDisk(AFMImage, exportDirectory)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

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

1
2
3
4
5
6
7
8
9
## 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)

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

Related to AFMImage-saveOnDisk in AFM...