plot.soundSample {sequenceR} | R Documentation |
Plot a sound sample
Description
Plot a sound sample. Uses plotly to add zooming capability.
Usage
## S3 method for class 'soundSample'
plot(x, ...)
Arguments
x |
sound sample object. |
... |
further arguments passed to tuneR plotting function. |
Value
nothing - plotting function.
Examples
# Define sound sample
sam <- soundSample(sin(2*pi*seq(0,1,,44100)*440)+0.1*rnorm(44100)) # 1-second noisy A
# plot it
plot(sam)
[Package sequenceR version 1.0.1 Index]