mat2tex_options: get and set mat2tex default options

View source: R/options.R

mat2tex_optionsR Documentation

get and set mat2tex default options

Description

get and set mat2tex default options

Usage

mat2tex_options(...)

Arguments

...

Enter the options you want to change as name = value pairs separated by commas.

Examples

## Not run: 

 # show all mat2tex options
 mat2tex_options()

 # change default for number of digits to round to
 mat2tex_options(digits=3)

 # change default for matrix type and digits
 mat2tex_options(digits=3, mtype="bmatrix")

 # change default tranpose sign (e.g. used in xmt)
 mat2tex_options(transpose.sign="^\\intercal")


## End(Not run)

markheckmann/mat2tex documentation built on July 29, 2023, 7:45 p.m.