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