AFM.histogram: Histogram of AFM image

View source: R/AFM.histogram.R

AFM.histogramR Documentation

Histogram of AFM image

Description

Histogram of AFM image

Usage

AFM.histogram(obj, no = 1, binNo = 200, dataOnly = FALSE)

Arguments

obj

AFMdata object

no

channel number of the image

binNo

number of bins in the histogram

dataOnly

logical, if TRUE a data frame with the histogram data is returned

Value

data frame or ggplot

Author(s)

Thomas Gredig

See Also

plot.AFMdata

Examples

d = AFM.import(AFM.getSampleImages(type='ibw'))
head(AFM.histogram(d, dataOnly=TRUE),n=20)
AFM.histogram(d)


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