labL: Labels all elements of lower triangular matrices

Description Usage Arguments Value Examples

View source: R/labFuncs.R

Description

Labels all elements of lower triangular matrices

Usage

1
labL(lab, i, sep = "_")

Arguments

lab

prefix character

i

number of rows/columns

Value

String vector arranged by column

Examples

1
2
3
4
library(OpenMx)

i = 5
mxMatrix("Lower", i, i, labels = labL("a", i))

espenmei/labOpenMx documentation built on May 25, 2019, 5:21 p.m.