mat2UT: Matrix to Upper Triangular Vector

View source: R/UT.R

mat2UTR Documentation

Matrix to Upper Triangular Vector

Description

Returns the vectorized upper triangle of a square matrix

Usage

mat2UT(x)

Arguments

x

A square matrix

Value

The vectorized upper triangle of x.


fMRItools documentation built on April 12, 2025, 1:32 a.m.