involvedVariables | R Documentation |
Variables involved in a symbolicQspray
object.
## S4 method for signature 'symbolicQspray'
involvedVariables(x)
x |
a |
A vector of integers. Each integer represents the index of a
variable involved in x
.
numberOfVariables
.
a1 <- qlone(1); a2 <- qlone(2)
X <- Qlone(1); Z <- Qlone(3)
Qspray <- (a1/a2)*X^2 + (a1/(a1+a2))*X*Z + a2^2/a1
involvedVariables(Qspray) # should be c(1L, 3L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.