Learn R Programming

matman (version 1.1.3)

summary: Summarizes an S4 object

Description

Summarizes an S4 object.

Usage

summary(object, ...)

Arguments

object

S4 object.

...

Optional parameters.

Value

Summary.

See Also

summary summary summary

Examples

Run this code
# NOT RUN {
data("Amount")
abcResult = computeABCXYZAnalysis(data = Amount,
    value = "value",
    item = "item",
    timestamp = "date")
summary(abcResult)

# }

Run the code above in your browser using DataLab