as.tex: Coerce to LaTeX Math

Description Usage Arguments Author(s) See Also Examples

View source: R/as.tex.R

Description

The function uses as.yac_symbol() to convert x to an object of class yac_symbol and then converts it to LaTeX math using Ryacas::tex().

Usage

1
as.tex(x)

Arguments

x

Object.

Author(s)

Ivan Jacob Agaloos Pesigan

See Also

Other assert functions: as.yac_symbol.mat(), as.yac_symbol()

Examples

1
2
(x <- matrix(1:10, ncol = 2))
as.tex(x)

jeksterslab/yacR documentation built on Feb. 27, 2021, 3:45 a.m.