summary: Object Summaries

summary-methodsR 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 being shown and an additional summary of the Wave-object's (one or two) channels is given.

object = "WaveMC"

The WaveMC object is being shown and an additional summary of the WaveMC-object's channels is given.

object = "Wspec"

The Wspec object is being shown 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.

object = "WspecMat"

The WspecMat object is being shown 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.

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


tuneR documentation built on Nov. 27, 2023, 5:11 p.m.

Related to summary in tuneR...