Learn R Programming

mycor (version 0.1.1)

print.mycor: Print function for class "mycor"

Description

Print function for class "mycor"

Usage

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

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

Run the code above in your browser using DataLab