print.cddews: Print out information about a cddews object in readable form.

print.cddewsR Documentation

Print out information about a cddews object in readable form.

Description

This function prints out information about an cddews object in a nice human-readable form.

Note that this function is automatically called by R whenever the name of an ccdews object is typed or whenever such an object is returned to the top level of the R interpreter.

Usage

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

Arguments

x

An object of class ccdews that you wish to print out.

...

This argument actually does nothing in this function!

Details

See description.

Side Effects

Prints out information about ccdews objects in nice readable format.

Author(s)

Idris Eckley

References

Eckley, I.A., Nason, G.P. and Treloar, R.L. (2010) Locally stationary wavelet fields with application to the modelling and analysis of image texture. Journal of the Royal Statistical Society (Series C), 59, 595 - 616.

Eckley, I.A. and Nason, G.P. (2011). LS2W: Implementing the Locally Stationary 2D Wavelet Process Approach in R, Journal of Statistical Software, 43(3), 1-23. URL http://www.jstatsoft.org/v43/i03/.

See Also

cddews, summary.cddews

Examples

#
# Generate a cddews object for a HaarMontage realisation 
#
monty <- HaarMontage(direction="diagonal")
tmp <- cddews(monty, filter.number=1, family="DaubExPhase", switch="direction",correct=FALSE)
#
# Now get R to use print.cddews
#
tmp

LS2W documentation built on Nov. 2, 2022, 1:06 a.m.