mypublish_matlist2wordmath: Print a list of matrices as matrices in word math environemt

mypublish_matlist2wordmathR Documentation

Print a list of matrices as matrices in word math environemt

Description

Print a list of matrices as matrices in word math environemt

Usage

mypublish_matlist2wordmath(x, filename)

Arguments

x

a list of matrices

filename

filename without ending

Examples

## Not run: 
x <- list(r_0 = matrix(1:9, ncol = 3), r_1 = matrix(0,ncol = 3, nrow = 3), r_opt_1 = matrix(2:10, nrow = 3))
mypublish_matlist2wordmath(x, "matrices")

## End(Not run)

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.