# NOT RUN {
library(AFM)
# display Quantile/Quantile and distribution plots.
data(AFMImageOfNormallyDistributedHeights)
checkNormality(AFMImage= AFMImageOfNormallyDistributedHeights)
# display and save on disk Quantile/Quantile and distribution plots.
data(AFMImageOfNormallyDistributedHeights)
checkNormality(AFMImage= AFMImageOfNormallyDistributedHeights,
pngfullfilename=paste(tempdir(), "checkNormality.png", sep="/"))
# }
Run the code above in your browser using DataLab