multiplyHeightsAFMImage {AFM} | R Documentation |
multiplyHeightsAFMImage
returns a simplified AFMImage
multiplyHeightsAFMImage(AFMImage, multiplier)
AFMImage |
an |
multiplier |
the number to multiply the heights with |
an AFMImage
M.Beauvais
## Not run:
data(AFMImageOfAluminiumInterface)
newAFMImage<-multiplyHeightsAFMImage(AFMImageOfAluminiumInterface,10)
displayIn3D(newAFMImage,noLight=TRUE)
## End(Not run)