print.ice {hstats} | R Documentation |
Print method for object of class "ice".
## S3 method for class 'ice'
print(x, n = 3L, ...)
x |
An object of class "ice". |
n |
Number of rows to print. |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
See ice()
for examples.