print.Sample: Print a Sample Object

Description Usage Arguments Author(s) See Also Examples

View source: R/sound.R

Description

Display the basic information about a Sample object or a wav file.

Usage

1
2
## S3 method for class 'Sample'
print(x,...)

Arguments

x

a Sample object, or a string giving the name of a wav file.

...

further parameters, not used at the moment.

Author(s)

Author: Matthias Heymann <mail@MatthiasHeymann.de>

Maintainer: Stefan Langenberg <langenberg@uni-bonn.de>

See Also

plot.Sample for plotting the waveform of a sample.

Examples

1
2
3
4
5
## Not run: 
s <- Sine(440,1)
print(s)

## End(Not run)

sound documentation built on May 2, 2019, 2:10 a.m.

Related to print.Sample in sound...