vecli2m: Convert vector of linear independent values into a Matrix

Description Usage Arguments Author(s) See Also Examples

View source: R/utils.R

Description

Converts a vector into a symmetric matrix that the original vector contains the linear independent values of the returned symmetric matrix.

Usage

1
vecli2m( v )

Arguments

v

a vector.

Author(s)

Arne Henningsen

See Also

vecli, veclipos.

Examples

1
2
   v <- c( 11, 12, 13, 22, 23, 33 )
   vecli2m( v )

miscTools documentation built on Dec. 9, 2019, 3 a.m.

Related to vecli2m in miscTools...