Constructor method of AFMImage Class.

# S4 method for AFMdata
initialize(
  .Object,
  data,
  x.conv,
  y.conv,
  x.pixels,
  y.pixels,
  z.conv,
  z.units,
  channel,
  instrument,
  history,
  description,
  fullFilename
)

Arguments

.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

Value

initialized AFMdata object