make.symmetric: Force a matrix to be symmetric

Description Usage Arguments Value Author(s) Examples

View source: R/make.symmetric.R

Description

Force a matrix to be symmetric

Usage

1

Arguments

a

A matrix you wish to force to be symmetrical

lower.tri

Should the upper triangle be replaced with the lower triangle?

Value

a symmetric matrix

Author(s)

Dustin Fife

Examples

1
2

fifer documentation built on May 30, 2017, 7:40 a.m.

Related to make.symmetric in fifer...