Learn R Programming

LS2Wstat (version 2.1-1)

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

Description

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

Usage

# S3 method for TOS2D
print(x, ...)
# S3 method for 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!

See Also

TOS2D

Examples

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

Xres <- TOS2D(X)

summary(Xres)
# }

Run the code above in your browser using DataLab