corMatrix {Matrix} | R Documentation |
This generic function generates a correlation matrix from an object of a suitable class.
This function is deprecated. Use coersion to the corrmatrix
class instead.
corMatrix(object, ...)
object |
An object of a suitable class |
... |
Some methods for this generic take additional, optional arguments. |
An object of class corrmatrix
.