print.wb: Print information about a wb object.

print.wbR Documentation

Print information about a wb object.

Description

Print information about a wb object.

Usage

## S3 method for class 'wb'
print(x, ...)

Arguments

x

wb object to print

...

Other arguments (not used)

Details

Prints information about a wb object.

Value

No specific value

Author(s)

G. P. Nason

See Also

plot.wb, wave.band

Examples

#
set.seed(1)
tmp <- wave.band(rnorm(32))
print(tmp)
#Wave.band credible bands object
#Bands produced for object in data component of length:  32
#Credible intervals are in the bands component
#Wave.band Bayesian hyperparameter alpha was:  0.5
#Wave.band Bayesian hyperparameter beta was:  1
#Wave.band Wavelet filter number was:  8
#Wave.band Wavelet family was:  DaubLeAsymm
#Type of input (data or test signal): data
#Rsnr (if applicable):  3

waveband documentation built on Nov. 12, 2022, 9:05 a.m.

Related to print.wb in waveband...