Learn R Programming

hstats (version 1.2.2)

print.ice: Prints "ice" Object

Description

Print method for object of class "ice".

Usage

# S3 method for ice
print(x, n = 3L, ...)

Value

Invisibly, the input is returned.

Arguments

x

An object of class "ice".

n

Number of rows to print.

...

Further arguments passed from other methods.

See Also

See ice() for examples.