Learn R Programming

AFM (version 2.0)

multiplyHeightsAFMImage: multiply the heights of an AFMImage

Description

multiplyHeightsAFMImage returns a simplified AFMImage

Usage

multiplyHeightsAFMImage(AFMImage, multiplier)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

multiplier

the number to multiply the heights with

Value

an AFMImage

Examples

Run this code
# NOT RUN {
data(AFMImageOfAluminiumInterface)
newAFMImage<-multiplyHeightsAFMImage(AFMImageOfAluminiumInterface,10)
displayIn3D(newAFMImage,noLight=TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab