summary.mycor: Summarizing function for class "mycor"

Description Usage Arguments Examples

View source: R/mycorr1.R

Description

Summarizing function for class "mycor"

Usage

1
2
## 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

1
2
out=mycor(iris)
summary(out)

mycor documentation built on May 2, 2019, 2:12 p.m.