LS2Wstat (version 2.1-1)

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

Description

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

Usage

# S3 method for imageQT
print(x, ...)

Arguments

x

An object of class 'imageQT' about which you wish to print information.

...

This argument actually does nothing in this function!

See Also

imageQT

Examples

Run this code
# NOT RUN {
#
# Generate a imageQT object for a HaarMontage realisation 
#
X<-simTexture(n=256,K=1,imtype="S1")[[1]]

Xres <- imageQT(X)

print(Xres)
# }

Run the code above in your browser using DataLab