print.Sample {sound} | R Documentation |
Display the basic information about a Sample object or a wav file.
print.Sample(x,...)
x |
a Sample object, or a string giving the name of a wav file. |
... |
further parameters, not used at the moment. |
Matthias Heymann
plot.Sample
for plotting the waveform of a sample.
## Not run: s <- Sine(440,1) print(s) ## End(Not run)