Learn R Programming

warbleR (version 1.1.25)

ff_ts: alternative name for ffts

Description

alternative name for ffts

Usage

ff_ts(
  X,
  wl = 512,
  length.out = 20,
  wn = "hanning",
  ovlp = 70,
  bp = c(0, 22),
  threshold = 15,
  img = TRUE,
  parallel = 1,
  path = NULL,
  img.suffix = "ffts",
  pb = TRUE,
  clip.edges = FALSE,
  leglab = "ffts",
  ff.method = "seewave",
  ...
)

Arguments

Details

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