sound (version 1.4.5)

print.Sample: Print a Sample Object

Description

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

Usage

# S3 method for 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

Author: tools:::Rd_package_author("sound")

Maintainer: tools:::Rd_package_maintainer("sound")

See Also

plot.Sample for plotting the waveform of a sample.

Examples

Run this code
if (FALSE) {
s <- Sine(440,1)
print(s)
}

Run the code above in your browser using DataLab