AFM.history: History of AFM file generation

View source: R/AFM.history.R

AFM.historyR Documentation

History of AFM file generation

Description

outputs commands to recreate this particular AFM data image; if line profiles were added or the image was cropped that history will be shown; this allows reproducibility of the image.

Usage

AFM.history(obj, verbose = FALSE)

Arguments

obj

AFMdata object to be cropped

verbose

output additional information if TRUE

Value

image history

Author(s)

Thomas Gredig

Examples

d <- AFM.import(AFM.getSampleImages('tiff'))
d <- AFM.lineProfile(d, 50,50,75,75, unitPixels = T)
d <- AFM.lineProfile(d, 15,125,75,75, unitPixels = T)
AFM.history(d)


thomasgredig/nanoscopeAFM documentation built on Jan. 4, 2023, 1:33 p.m.