View source: R/class_soundSample.R
plot.soundSample | R Documentation |
Plot a sound sample. Uses plotly to add zooming capability.
## S3 method for class 'soundSample'
plot(x, ...)
x |
sound sample object. |
... |
further arguments passed to tuneR plotting function. |
nothing - plotting function.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.