cor_mtrx {klovan} | R Documentation |
correlation matrix
Description
correlation matrix
Usage
cor_mtrx(data)
Arguments
data |
A dataset of class data.frame. The data should contain 'C_X' and 'C_Y' columns representing the x and y coordinates of the data points and excludes any rank, ID, or column not for analysis. |
Value
a correlation matrix as matrix object
Examples
data("Klovan_Row80")
cor_mtrx(range_transform(Klovan_Row80)) # view correlation matrix
corMtrx <- cor_mtrx(Klovan_Row80) # save correlation matrix as object
[Package klovan version 0.1.0 Index]