View source: R/transformation.R
orderedQspray | R Documentation |
Reorders the terms of a qspray
object according to the
lexicographic order of the powers. This function is rather used
internally only but it is exported for internal usage in other packages.
orderedQspray(qspray)
qspray |
a |
A qspray
object. It defines the same polynomial as the
input qspray
object but it is ordered.
qspray <- rQspray()
qspray == orderedQspray(qspray) # should be TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.