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

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
2
3
4
## S3 method for class 'TOS2D'
print(x, ...)
## S3 method for class 'TOS2D'
summary(object, ...)

Arguments

x, object

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

...

This argument actually does nothing in this function!

Author(s)

Matt Nunes

See Also

TOS2D

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

nunesmatt/LS2Wstat documentation built on May 15, 2019, 3:34 p.m.