summary.mycor {mycor}R Documentation

Summarizing function for class "mycor"

Description

Summarizing function for class "mycor"

Usage

## S3 method for class '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

out=mycor(iris)
summary(out)

[Package mycor version 0.1.1 Index]