Learn R Programming

sound (version 1.1)

print.Sample: 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.

See Also

plot.Sample for plotting the waveform of a sample.

Examples

Run this code
s <- Sine(440,1)
print(s)

Run the code above in your browser using DataLab