qlone {qspray} | R Documentation |
Polynomial variable
Description
Creates a polynomial variable. Using this function is the main
way to build qspray
objects.
Usage
qlone(n)
Arguments
n |
positive integer, the index of the variable |
Value
A qspray
object.
Examples
x <- qlone(1)
y <- qlone(2)
(x + y) * (x - y)
[Package qspray version 3.1.0 Index]