print.summary.aggr {VIM} | R Documentation |
Print method for objects of class "summary.aggr"
.
## S3 method for class 'summary.aggr' print(x, ...)
x |
an object of class |
... |
further arguments (currently ignored). |
Andreas Alfons, modifications by Bernd Prantner
data(sleep, package = "VIM") s <- summary(aggr(sleep, plot=FALSE)) s