VIM (version 4.7.0)

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

Description

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

Usage

# S3 method for summary.aggr
print(x, ...)

Arguments

x

an object of class "summary.aggr".

Further arguments, currently ignored.

See Also

summary.aggr, aggr

Examples

Run this code
# NOT RUN {
data(sleep, package = "VIM")
s <- summary(aggr(sleep, plot=FALSE))
s

# }

Run the code above in your browser using DataLab