print.aggr {VIM} | R Documentation |
Print method for objects of class "aggr"
.
## S3 method for class 'aggr' print(x, digits = NULL, ...)
x |
an object of class |
digits |
the minimum number of significant digits to be used (see
|
... |
further arguments (currently ignored). |
Matthias Templ, modifications by Andreas Alfons and Bernd Prantner
data(sleep, package = "VIM") a <- aggr(sleep, plot=FALSE) a