Learn R Programming

mycor (version 0.1.1)

summary.mycor: Summarizing function for class "mycor"

Description

Summarizing function for class "mycor"

Usage

# S3 method for mycor
summary(object, ...)

Arguments

object

an object of class "mycor", a result of a call to mycor.

...

further arguments to be passed to or from methods.

Examples

Run this code
# NOT RUN {
out=mycor(iris)
summary(out)
# }

Run the code above in your browser using DataLab