summary-methods | R Documentation |
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.
Any object for which a summary is desired, dispatches to the S3 generic.
The Wave
object is being show
n and an additional summary of the
Wave
-object's (one or two) channels is given.
The WaveMC
object is being show
n and an additional summary of the
WaveMC
-object's channels is given.
The Wspec
object is being show
n and as an additional output is given:
df
, taper
(see spectrum
)
and for the underlying Wave
object the number of channels and its sampling rate.
The WspecMat
object is being show
n and as an additional output is given:
df
, taper
(see spectrum
)
and for the underlying Wave
object the number of channels and its sampling rate.
Uwe Ligges ligges@statistik.tu-dortmund.de
For the S3 generic: summary.default
, plot-methods
,
Wave-class, Wave
, WaveMC-class, WaveMC
, Wspec
, WspecMat
, show
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.