unfractional {fractional} | R Documentation |
Given an object of class "fractional"
this simple function
removes the attributes that signal that it is to be treated as a
fractional object, thus returning it to its original numeric
status alone
unfractional(x)
x |
A |
A simple numeric
object like x
(tst <- fractional(matrix(0:9/10, 2, 5))) (tst <- unfractional(tst))