Description Usage Arguments Details Value Author(s) Examples
The simplification is taking a very simple gridded sample of the image. It can be useful to speed up display.
1 | simplifyAFMImage(AFMImage, newSamplesperline, newLines)
|
AFMImage |
an |
newSamplesperline |
the new number of samplesperline of the AFMImage |
newLines |
the new number of lines of the AFMImage |
simplifyAFMImage
returns a simplified AFMImage
a new simplified AFMImage
M.Beauvais
1 2 3 4 5 | ## Not run:
data(AFMImageOfAluminiumInterface)
anAFMImageExtract<-simplifyAFMImage(AFMImageOfAluminiumInterface,16,16)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.