qlone | R Documentation |
Creates a polynomial variable. Using this function is the main
way to build qspray
objects.
qlone(n)
n |
positive integer, the index of the variable |
A qspray
object.
x <- qlone(1)
y <- qlone(2)
(x + y) * (x - y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.