makeUpperLower {Semblance}R Documentation

Make the upper triangular part the same as the lower triangular part.

Description

Make the upper triangular part the same as the lower triangular part.

Usage

makeUpperLower(m)

Arguments

m

a matrix whose upper traingular part needs to be created using the lower traingular part

Value

a matrix where the upper triangular part the same as the lower triangular part


[Package Semblance version 1.1.0 Index]