print.mycor {mycor}R Documentation

Print function for class "mycor"

Description

Print function for class "mycor"

Usage

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

out=mycor(iris)
print(out)

[Package mycor version 0.1.1 Index]