get_zeta: Wrapper function to derive the anisotropy exponent from a...

Description Usage Arguments Value

View source: R/get_zeta.R

Description

Wrapper function to derive the anisotropy exponent from a non-rotated raster

Usage

1
2
3
4
5
6
7
8
9
get_zeta(
  rstr,
  raster_resolution,
  nbin = 20,
  .Hann = TRUE,
  .quantile_prob = c(0.9999),
  .prob = 0.999,
  full = FALSE
)

Arguments

rstr

Raster object

raster_resolution

numeric the resolution of rstr in meters

nbin

numeric, the number of bins

.Hann

logical, if TRUE performs a Hann windowing, default to TRUE, passed to fft2D()

.quantile_prob

vector of quantile probabilities, default to c(0.9999), passed to filter_spectral_power_matrix()

.prob,

numeric the value of the probabilities passed to quantile(), passed to filter_alpha()

full,

logical if TRUE all results are returned, else, the default, results of interest are returned

Value

a data.frame


hrvg/statisticalRoughness documentation built on March 12, 2021, 4:55 p.m.