initialize-AFMdata-method: Constructor method of AFMImage Class.

initialize,AFMdata-methodR Documentation

Constructor method of AFMImage Class.

Description

Constructor method of AFMImage Class.

Usage

## 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
)

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


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