| AFMdata | R Documentation |
A S4 class to store and manipulate images from Atomic Force Microscopes. It contains the names of channels (exact naming depends on the type/instrument) The class supports multiple images; it can also contain additional information such as lines, etc.
AFMdata( data, x.conv, y.conv, x.pixels, y.pixels, z.conv, z.units, channel, instrument, history, description = "", fullFilename ) AFMdata( data, x.conv, y.conv, x.pixels, y.pixels, z.conv, z.units, channel, instrument, history, description = "", fullFilename )
data |
list with objects ($z is a list with images, $freq is a resonance curve) |
x.conv |
conversion factor from pixels to nm |
y.conv |
conversion factor from pixels to nm |
x.pixels |
number of pixels in x-direction |
y.pixels |
number of pixels in y-direction |
z.conv |
(not used) |
z.units |
vector with units for $z (deg, m) |
channel |
vector with names of channels |
instrument |
name of instrument (Park, Cypher, NanoSurf, Veeco) |
history |
history of file changes |
description |
AFM image description or note |
fullFilename |
name of file |
datalist with objects ($z is a list with images, $freq is a resonance curve)
x.convconversion factor from pixels to nm
y.convconversion factor from pixels to nm
x.pixelsnumber of pixels in x-direction
y.pixelsnumber of pixels in y-direction
x.nmlength of image
y.nmheight of image
z.conv(not used)
z.unitsvector with units for $z (deg, m)
channelvector with names of channels
instrumentname of instrument (Park, Cypher, NanoSurf, Veeco)
historyhistory of file changes
descriptionAFM image description or note
fullFilenamename of file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.