cor_mtrx: correlation matrix

View source: R/cor_mtrx.R

cor_mtrxR 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

klovan documentation built on May 29, 2024, 2:40 a.m.