powered by
Variables involved in a symbolicQspray object.
symbolicQspray
# S4 method for symbolicQspray involvedVariables(x)
A vector of integers. Each integer represents the index of a variable involved in x.
x
a symbolicQspray object
numberOfVariables.
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)
Run the code above in your browser using DataLab