Learn R Programming

LS2W (version 1.3.6)

print.cddews: 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 cddews
print(x, ...)

Arguments

x

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

...

This argument actually does nothing in this function!

Side Effects

Prints out information about ccdews objects in nice readable format.

Author

Idris Eckley

Details

See description.

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

Run this code
#
# 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

Run the code above in your browser using DataLab