fft_slope | R Documentation |
Calculate orientation-averaged amplitude
fft_slope( im, range = c(10, 512), n = 10, mask = TRUE, linear.sample = TRUE, rawdata = FALSE, show.plot = FALSE )
im |
an image |
range |
frequency range |
n |
number of samples |
mask |
if TRUE, apply circular mask before calculation |
linear.sample |
if TRUE, |
rawdata |
if TRUE, raw data is returned as well as slope value |
show.plot |
if TRUE, figure is displayed |
a numeric value or a data frame
fft_slope(regatta) fft_slope(regatta, rawdata = TRUE, show.plot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.