get_correlation_table: Convert of covariance matrix into a 0/1 correlation map table

View source: R/utils.R

get_correlation_tableR Documentation

Convert of covariance matrix into a 0/1 correlation map table

Description

Convert of covariance matrix into a 0/1 correlation map table

Usage

get_correlation_table(x, na_zero = FALSE)

Arguments

x

A covariance matrix

na_zero

Logical indicating whether NA should be replaced by 0's

Value

A matrix of 0 and 1


pmxcode documentation built on June 22, 2024, 9:33 a.m.