print.TOS2D | R Documentation |
This function prints out information about a TOS2D object in a nice human-readable form.
## S3 method for class 'TOS2D' print(x, ...) ## S3 method for class 'TOS2D' summary(object, ...)
x, object |
An object of class 'TOS2D' about which you wish to print information. |
... |
This argument actually does nothing in this function! |
Matt Nunes
TOS2D
## Not run: # # Generate a TOS2D object for a HaarMontage realisation # X<-simTexture(n=256,K=1,imtype="S1")[[1]] Xres <- TOS2D(X) summary(Xres) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.