summary-methods {tuneR} | R Documentation |
Object Summaries
Description
summary is a generic function used to produce result summaries of the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument.
Methods
- object = "ANY"
Any object for which a summary is desired, dispatches to the S3 generic.
- object = "Wave"
The
Wave
object is beingshow
n and an additional summary of theWave
-object's (one or two) channels is given.- object = "WaveMC"
The
WaveMC
object is beingshow
n and an additional summary of theWaveMC
-object's channels is given.- object = "Wspec"
The
Wspec
object is beingshow
n and as an additional output is given:df
,taper
(seespectrum
) and for the underlyingWave
object the number of channels and its sampling rate.- object = "WspecMat"
The
WspecMat
object is beingshow
n and as an additional output is given:df
,taper
(seespectrum
) and for the underlyingWave
object the number of channels and its sampling rate.
Author(s)
Uwe Ligges ligges@statistik.tu-dortmund.de
See Also
For the S3 generic: summary.default
, plot-methods
,
Wave-class, Wave
, WaveMC-class, WaveMC
, Wspec
, WspecMat
, show