Learn R Programming

Tex4exams (version 0.1.2)

rfrac: Convert a decimal into TeX code of vertical fractions

Description

The function converts a decimal into TeX code of vertical fractions, using functions 'denominators' and 'numerators' from the package 'fractional'.

Usage

rfrac(x)

Value

The function returns a string of TeX code for the number in vertical fraction form.

Arguments

x

a list of decimal numbers.

See Also

mfrac,smfrac,rfracF

Examples

Run this code
x <-  sample(c(1:55),1)/100
rfrac(x)

Run the code above in your browser using DataLab