sig_Peaks_distribution: Slope of distribution of peaks

View source: R/sig.R

sig_Peaks_distributionR Documentation

Slope of distribution of peaks

Description

Slope of distribution of peaks

Usage

sig_Peaks_distribution(
  Data,
  decrease_toleranz = 0,
  tile_low = 10,
  tile_high = 50
)

Arguments

Data

[xts / array]-2D(time, space) Time serious Data in difficult location.

decrease_toleranz

[num] Toleranz for the small decrease.

tile_low, tile_high

[num]-range(0-100) The title range for slope of the curve.

Value

sig_Peaks_distribution [num] [1/step]

Examples

rslt <- sig_Peaks_distribution(xts_Q)

LuckyKanLei/HydSig documentation built on June 30, 2022, 8:07 p.m.