AFM.linePlot | R Documentation |
Plots AFM line
AFM.linePlot(obj, no = 1, dataOnly = FALSE)
obj |
AFMdata object |
no |
channel number |
dataOnly |
if |
Thomas Gredig
AFM.lineProfile
, plot.AFMdata
filename = AFM.getSampleImages(type='ibw') d = AFM.import(filename) AFM.lineProfile(d, 0,0, 2000,2000) -> d1 AFM.lineProfile(d1, 0,0, 100,2500) -> d2 AFM.linePlot(d2) plot(d2,addLines=TRUE) head(AFM.linePlot(d2, dataOnly=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.