plot.Sound {R.audio}R Documentation

Plot a sound as a time series

Description

Plot a sound as a time series.

Usage

## S3 method for class 'Sound':
plot(x, xlab="seconds", xlim=NULL, ylim=NULL, ...)

Arguments

xlab The x-axis label.
xlim,ylim The x and y limits of the plot.
... Other arguments passed to standard plot().

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Sound.


[Package R.audio version 0.6.2 Index]