Learn R Programming

VIM (version 4.6.0)

print.summary.aggr: Print method for objects of class summary.aggr

Description

Print method for objects of class "summary.aggr".

Usage

"print"(x, ...)

Arguments

x
an object of class "summary.aggr".
...
Further arguments, currently ignored.

See Also

summary.aggr, aggr

Examples

Run this code

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

Run the code above in your browser using DataLab