checkNormality: Check visualy of the normality of the sample

Description Usage Arguments Author(s) References Examples

View source: R/AFMImageAnalyser.R

Description

checkNormality performs a visual check to know if the distribution of heights of an AFMImage follows a normal distribution. The function displays Quantile/Quantile and distribution plots.

Usage

1

Arguments

...

pngfullfilename (optional): directory and filename to save the visual check to png or pdffullfilename(optional): directory and filename to save the visual check to pdf

AFMImage

an AFMImage from Atomic Force Microscopy

Author(s)

M.Beauvais

References

Olea2006, Ricardo A. Olea "A six-step practical approach to semivariogram modeling", 2006, "Stochastic Environmental Research and Risk Assessment, Volume 20, Issue 5 , pp 307-318"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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="/"))

## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.

Related to checkNormality in AFM...