showQsprayX1X2X3 | R Documentation |
Prints a qspray
object given a string for the variable.
showQsprayX1X2X3(x = "x", collapse = ".", ...)
x , collapse |
see |
... |
arguments passed to |
A function which prints a qspray
object.
The way qspray
objects are displayed can be controlled with the
help of the function showQsprayOption<-
, and
showQsprayX1X2X3()
is a possible option to pass in
showQsprayOption<-
.
showMonomialX1X2X3
, showQspray
,
showQsprayOption<-
.
set.seed(3141)
( qspray <- rQspray() )
showQsprayX1X2X3("X")(qspray)
# setting a show option:
showQsprayOption(qspray, "showQspray") <- showQsprayX1X2X3("A")
qspray
# this is equivalent to:
showQsprayOption(qspray, "showMonomial") <- showMonomialX1X2X3("A")
# and also equivalent to:
showQsprayOption(qspray, "x") <- "A"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.