initialize,AFMdata-method | R Documentation |
Constructor method of AFMImage Class.
## S4 method for signature 'AFMdata' initialize( .Object, data, x.conv, y.conv, x.pixels, y.pixels, z.conv, z.units, channel, instrument, history, description, fullFilename )
.Object |
an AFMdata object |
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 |
initialized AFMdata object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.