utri {ProCoNA}R Documentation

utri

Description

The upper triangle of a matrix

Usage

utri(mat)

Arguments

mat

A matrix

Value

Returns a vector

Author(s)

David L Gibbs

Examples

m <- matrix(rnorm(9), nrow=3, ncol=3) 
utri(m)

[Package ProCoNA version 1.18.0 Index]