afm_hist: Plot histogram of afm map

Description Usage Arguments Value Examples

Description

This is a wrapper to quickly plot a histogram of values in an afm map. To make a customizable histogram with more options you should input your scan_data to ggplot2 and design your own plot.

Usage

1
afm_hist(data = NULL, channel = NULL)

Arguments

data

an "afm_scan" data object

channel

the desired channel column name (eg. "Height_Sensor(nm)")

Value

a histogram of values for the selected channel

Examples

1
2
load("data/half_um_scan.rda")
afm_hist(half_um_scan, channel = "Height_Sensor(nm)")

will-r-chase/afmr documentation built on May 9, 2019, 4:11 p.m.