print.Sample {sound}R Documentation

Print a Sample Object

Description

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

Usage

print.Sample(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)

Matthias Heymann

See Also

plot.Sample for plotting the waveform of a sample.

Examples

## Not run: 
s <- Sine(440,1)
print(s)

## End(Not run)

[Package sound version 1.2 Index]