AFM.raster: Raster data frame

View source: R/AFMdata.R

AFM.rasterR Documentation

Raster data frame

Description

data frame has ($x, $y, $z) in units for particular channel, ($x, $y) are always in units of nanometer

Usage

AFM.raster(obj, no = 1)

Arguments

obj

AFMdata object

no

channel number

Details

for frequency data sweep, it will return ($freq, $z) instead

Value

data.frame with ($x, $y, $z) raster image; ($x,$y) in units of nm, or ($freq, $z) for frequency sweep

Author(s)

Thomas Gredig

Examples

afmd = AFM.import(AFM.getSampleImages(type='ibw'))
d = AFM.raster(afmd, 1)
head(d)

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