AFM.history | R Documentation |
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.
AFM.history(obj, verbose = FALSE)
obj |
AFMdata object to be cropped |
verbose |
output additional information if |
image history
Thomas Gredig
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.