print.mycor: Print function for class "mycor"

Description Usage Arguments Examples

View source: R/mycorr1.R

Description

Print function for class "mycor"

Usage

1
2
## S3 method for class 'mycor'
print(x, ...)

Arguments

x

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)
print(out)

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