expResponses.as.table: Analyse All Files from a Given Directory and Write Results as...

Description Usage Arguments

Description

Analyse All Files from a Given Directory and Write Results as Tabular Format

Usage

1
2
3
4
expResponses.as.table(dirname, filename, read.params = list(),
  filter = list(), onset.params = list(), energy.params = list(),
  fp.params = list(), stoptime = NULL, duration = NULL,
  include.fp = FALSE, nresponses, ...)

Arguments

dirname

Name of the directory from which the files should be taken

filename

The filename of the csv file to which the results should be written

read.params

Parameters passed to read.wav (except filter parameters)

filter

List of filter parameters (set to NULL to deactivate filter). See "Details"

onset.params

Parameters passed to onsets

energy.params

Additional Parameters passed to energyDensity.

fp.params

Parameters passed to fingerprint

stoptime

Stoptime to filter onsets in fingerprinting

duration

Explicit duration of the part to be fingerprinted

include.fp

Whether the full fingerprint should be included in the output (default=FALSE)

nresponses

Number of response classes used in clustering. Set to NULL to deactivate cluster analysis

...

Optional arguments passed to write.table


LiKao/VoiceExperiment documentation built on May 7, 2019, 1:19 p.m.