pths | R Documentation |
LaTeX
EnclosingsIt is cumbersome to have to write left
and right
every time a grouping is used in LaTeX
. These functions take care of that.
pths(x)
br(x)
sqbr(x)
ang(x)
x |
An object that can be passed to |
An object of class latex_symb
whose repr
is x
's repr
enclosed by the corresponding symbols.
al <- lsymb("\\alpha")
pths(al)
br(al)
sqbr(al)
ang(al)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.