plot.soundSample: Plot a sound sample

View source: R/class_soundSample.R

plot.soundSampleR 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)

benRenard/sequenceR documentation built on Jan. 11, 2025, 2:33 a.m.