multiplyHeightsAFMImage {AFM} | R Documentation |
multiply the heights of an AFMImage
Description
multiplyHeightsAFMImage
returns a simplified AFMImage
Usage
multiplyHeightsAFMImage(AFMImage, multiplier)
Arguments
AFMImage |
an |
multiplier |
the number to multiply the heights with |
Value
an AFMImage
Author(s)
M.Beauvais
Examples
## Not run:
data(AFMImageOfAluminiumInterface)
newAFMImage<-multiplyHeightsAFMImage(AFMImageOfAluminiumInterface,10)
displayIn3D(newAFMImage,noLight=TRUE)
## End(Not run)
[Package AFM version 2.0 Index]