getNyquistSpatialFrequency-methods: Get the Nyquist spatial frequency

Description Usage Arguments Details Value Author(s) Examples

Description

Get the Nyquist spatial frequency of an AFMImage calculated as following:
0.5 multiplied by the minimum between the horizontal scansize divided by the number of samples per line and the vertical scansize divided by the number of lines

Usage

1
2
3
4

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

Details

getNyquistSpatialFrequency returns the Nyquist spatial frequency as a numeric

Value

the Nyquist spatial frequency of the AFMImage

Author(s)

M.Beauvais

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(AFM)

data(AFMImageOfNormallyDistributedHeights)
NyquistSpatialFrequency<-getNyquistSpatialFrequency(AFMImageOfNormallyDistributedHeights)
print(NyquistSpatialFrequency)

## End(Not run)

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