Reconstruct pulses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | reconstruct(x, ...)
## S3 method for class 'list'
reconstruct(x, ...)
## S3 method for class 'data.frame'
reconstruct(x, ...)
## S3 method for class 'soundPulse'
reconstruct(x, ..., spectrogram)
## S3 method for class 'soundPyramid'
reconstruct(x, ...)
## S3 method for class 'soundCluster'
reconstruct(x, ...)
## S3 method for class 'soundDatabase'
reconstruct(x, ..., spectrogram)
|
x |
the object to reconstruct the pulse |
... |
further arguments used by some methods |
spectrogram |
the fingerprint of the selected spectrogram |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.