Description Usage Arguments Value Examples
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
1 | unfractional(x)
|
x |
A |
A simple numeric
object like x
1 2 | (tst <- fractional(matrix(0:9/10, 2, 5)))
(tst <- unfractional(tst))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.