powered by
Plot a sound sample. Uses plotly to add zooming capability.
# S3 method for soundSample plot(x, ...)
nothing - plotting function.
sound sample object.
further arguments passed to tuneR 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)
Run the code above in your browser using DataLab