Learn R Programming

VIM (version 3.0.2)

print.aggr: 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, \dots)

Arguments

x
an object of class "aggr".
digits
the minimum number of significant digits to be used (see print.default).
...
further arguments (currently ignored).

See Also

aggr

Examples

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

Run the code above in your browser using DataLab