print.imageQT {LS2Wstat} | R Documentation |
This function prints out information about a imageQT object in a nice human-readable form.
## S3 method for class 'imageQT'
print(x, ...)
x |
An object of class 'imageQT' about which you wish to print information. |
... |
This argument actually does nothing in this function! |
Matt Nunes
## Not run:
#
# Generate a imageQT object for a HaarMontage realisation
#
X<-simTexture(n=256,K=1,imtype="S1")[[1]]
Xres <- imageQT(X)
print(Xres)
## End(Not run)