mfrac | R Documentation |
The function converts multiple decimals into tex code of vertical fractions.
mfrac(z)
z |
a list of decimal numbers. |
The function returns a string of tex code for the numbers in vertical fraction form.
The function used function 'rfrac' in the same package which depends on the package 'fractional'.
smfrac
,rfracF
,rfrac
z <- sample(c(1:55),6)/100
mfrac(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.