FRACTION-package {FRACTION} | R Documentation |
Numeric Number into Fraction
Description
Turn numeric,data.frame,matrix into fraction form.
Details
Package: | FRACTION |
Type: | Package |
Version: | 1.1.1 |
Date: | 2023-08-21 |
License: | licenseInfo |
Author(s)
OuYang Ming Maintainer: OuYang Ming <oula2004@163.com>
References
Friedrich Leisch, 2008 Creating R packages: A Tutorial Zhang Jinlong, How to create R package under Windows FAQ in R-PROJECT
Examples
r=8
is.wholenumber(r)
a=14
b=32
c=gcd(a,b)
x=1/6
fra(x)
y=c(1/2,1/3,1/9)
fra.m(y)
z=data.frame(1/2)
fra.m(z)
q=matrix(1)
fra.m(q)
[Package FRACTION version 1.1.1 Index]