Learn R Programming

maigesPack (version 1.36.0)

summary: Method summary for the object from this package

Description

Generic function summary to display a nice summary of the contents from classes of objects define in this package.

Usage

"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)
"summary"(object, ...)

Arguments

object
an object of any class defined in this package
...
further arguments passed to or from other methods

See Also

summary in the base package.

Examples

Run this code
## Loading the dataset
data(gastro)

summary(gastro)
summary(gastro.raw)
summary(gastro.norm)
summary(gastro.summ)

Run the code above in your browser using DataLab