Print number as reduced fraction in R -


on old beat-up ti-83 can reduced fraction representation of rational real number following syntax.

.14>frac                7/50 

is there similar syntax, function, or cran package allow me in r?

fractions() in mass package that:

> library(mass) > fractions(.14) [1] 7/50 

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -