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