get_upper_tri: Get upper triangle of the correlation matrix (from web)

View source: R/utilities.R

get_upper_triR Documentation

Get upper triangle of the correlation matrix (from web)

Description

Get upper triangle of the correlation matrix (from web)

Usage

get_upper_tri(cormat)

Arguments

cormat

A data frame

Value

A data fram

Examples


df = generateAbundanceDF()
df_cor = Matrix2colCorrelation(df)
get_upper_tri(df_cor)


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.