View source: R/AFM.histogram.R
AFM.histogram | R Documentation |
Histogram of AFM image
AFM.histogram(obj, no = 1, binNo = 200, dataOnly = FALSE)
obj |
AFMdata object |
no |
channel number of the image |
binNo |
number of bins in the histogram |
dataOnly |
logical, if |
data frame or ggplot
Thomas Gredig
plot.AFMdata
d = AFM.import(AFM.getSampleImages(type='ibw')) head(AFM.histogram(d, dataOnly=TRUE),n=20) AFM.histogram(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.