c_get_disjoint_max_win {DEScan2}R Documentation

c_get_disjoint_max_win

Description

just a wrapper for the C function. Useful to modify indexes and colnames.

Usage

c_get_disjoint_max_win(
  z0,
  sigwin = 10,
  nmax = 9999999,
  zthresh = 10,
  verbose = FALSE
)

Arguments

z0

the z matrix.

sigwin

the sigwin.

nmax

the nmax.

zthresh

peaks lower than this value will not be kept.

verbose

verbose flag.

Value

a matrix


[Package DEScan2 version 1.13.0 Index]