numberOfVariables | R Documentation |
Number of variables involved in a qspray
object (see
the note for the precise meaning).
## S4 method for signature 'qspray'
numberOfVariables(x)
x |
a |
An integer.
The number of variables in the qspray
object y^2+1
where
y=qlone(2)
is 2
, not 1
, although only one variable is
present. Strictly speaking, the function returns the maximal integer
d
such that the variable qlone(d)
occurs in the polynomial.
involvedVariables
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.