Learn R Programming

warbleR (version 1.1.25)

x_corr: alternative name for xcorr

Description

alternative name for xcorr

Usage

x_corr(
  X = NULL,
  wl = 512,
  bp = "pairwise.freq.range",
  ovlp = 70,
  dens = NULL,
  wn = "hanning",
  cor.method = "pearson",
  parallel = 1,
  path = NULL,
  pb = TRUE,
  na.rm = FALSE,
  cor.mat = NULL,
  output = "cor.mat",
  compare.matrix = NULL,
  type = "spectrogram",
  nbands = 40,
  method = 1
)

Arguments

Details

see xcorr for documentation. xcorr will be deprecated in future versions.