print.Sample {sound}R Documentation

Print a Sample Object

Description

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

Usage

## 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 [aut], Stefan Langenberg [cre] (<https://orcid.org/0000-0001-5817-5469>)

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

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.4.6 Index]