frac_style {fracture} | R Documentation |
Uses Unicode superscripts and subscripts to format a fracture.
frac_style(fracture, ...)
fracture |
A fracture or a vector to be passed to |
... |
Additional arguments passed to |
fracture
with numerators formatted with Unicode superscripts and
denominators formatted with Unicode subscripts.
frac_style(fracture(0.5))
frac_style(fracture(c(0.5, 1.5), mixed = TRUE))