AFM.linePlot: Plots AFM line

View source: R/AFM.linePlot.R

AFM.linePlotR Documentation

Plots AFM line

Description

Plots AFM line

Usage

AFM.linePlot(obj, no = 1, dataOnly = FALSE)

Arguments

obj

AFMdata object

no

channel number

dataOnly

if TRUE no graph is returned

Author(s)

Thomas Gredig

See Also

AFM.lineProfile, plot.AFMdata

Examples

filename = AFM.getSampleImages(type='ibw')
d = AFM.import(filename)
AFM.lineProfile(d, 0,0, 2000,2000) -> d1
AFM.lineProfile(d1, 0,0, 100,2500) -> d2
AFM.linePlot(d2)
plot(d2,addLines=TRUE)
head(AFM.linePlot(d2, dataOnly=TRUE))

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