AFM.getLine | R Documentation |
create a profile data line for a particular position given in pixels; either a horizontal or a vertical line; this is also an easy way to reiterate through all lines of an image
AFM.getLine( obj, xPixel = NA, yPixel = NA, no = 1, dataOnly = FALSE, verbose = FALSE )
obj |
AFMdata object |
xPixel |
vertical line at this pixel (1 to image resolution), if |
yPixel |
horizontal line at this pixel (1 to image resolution), if |
no |
channel number |
dataOnly |
if |
verbose |
if |
AFMdata object with line data or data frame with data
Thomas Gredig
AFM.lineProfile
filename = AFM.getSampleImages() afmd = AFM.import(filename) afmd2 = AFM.getLine(afmd, 50) plot(afmd2, addLines = TRUE) head(AFM.linePlot(afmd2, dataOnly = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.