covar_mtrx {klovan} | R Documentation |
This function creates a non-normalized co-variance matrix from the given klovan dataset. For further details on klovan datasets, refer to the README.
covar_mtrx(data)
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. |
A non-normalized co-variance matrix of the klovan data.
data("Klovan_Row80")
covar_mtrx(Klovan_Row80) # view co-variance matrix