Description Usage Arguments Value Examples
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.
1 |
data |
an "afm_scan" data object |
channel |
the desired channel column name (eg. "Height_Sensor(nm)") |
a histogram of values for the selected channel
1 2 | load("data/half_um_scan.rda")
afm_hist(half_um_scan, channel = "Height_Sensor(nm)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.