rbind.soundPulse: Combine soundPulse objects

Description Usage Arguments Value

View source: R/rbind.R

Description

Combine soundPulse objects

Usage

1
2
## S3 method for class 'soundPulse'
rbind(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices. These can be given as named arguments. Other R objects may be coerced as appropriate, or S4 methods may be used: see sections ‘Details’ and ‘Value’. (For the "data.frame" method of cbind these can be further arguments to data.frame such as stringsAsFactors.)

deparse.level

integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method):
deparse.level = 0 constructs no labels; the default,
deparse.level = 1 or 2 constructs labels from the argument names, see the ‘Value’ section below.

Value

a new soundPulse object


ThierryO/soundcluster documentation built on May 26, 2019, 12:30 a.m.