print.aggr {VIM}R Documentation

Print method for objects of class aggr

Description

Print method for objects of class "aggr".

Usage

## S3 method for class 'aggr'
print(x, digits = NULL, ...)

Arguments

x

an object of class "aggr".

digits

the minimum number of significant digits to be used (see print.default).

...

further arguments (currently ignored).

Author(s)

Matthias Templ, modifications by Andreas Alfons and Bernd Prantner

See Also

aggr

Examples

data(sleep, package = "VIM")
a <- aggr(sleep, plot=FALSE)
a

[Package VIM version 3.0.0 Index]