get_lower_tri: Get lower triangle of the correlation matrix (from web)

View source: R/utilities.R

get_lower_triR Documentation

Get lower triangle of the correlation matrix (from web)

Description

Get lower triangle of the correlation matrix (from web)

Usage

get_lower_tri(cormat)

Arguments

cormat

A data frame

Value

A data frame

Examples


df = generateAbundanceDF()
df_cor = Matrix2colCorrelation(df)
get_lower_tri(df_cor)


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