texCmd: Generate a LaTeX command from R object

View source: R/texCmd.R

texCmdR Documentation

Generate a LaTeX command from R object

Description

Generate a LaTeX command from R object

Usage

texCmd(stat, func)

Arguments

stat

atomic vector

func

character string with name of LaTeX function

Value

character string

Examples

a <- 3.145
texCmd(a, "pi")

johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.