showSymbolicQsprayABCXYZ | R Documentation |
Prints a symbolicQspray
object.
showSymbolicQsprayABCXYZ(
params,
vars = c("X", "Y", "Z"),
quotientBar = " %//% ",
...
)
params |
vector of strings, usually some letters, to denote the parameters of the polynomial |
vars |
a vector of strings, usually some letters, to denote the variables of the polynomial |
quotientBar |
a string for the quotient bar between the numerator and
the denominator of a |
... |
arguments other than |
A function which prints symbolicQspray
objects.
This function is built by applying showSymbolicQspray
to
showRatioOfQspraysXYZ(params)
and
showMonomialXYZ(vars)
.
set.seed(421)
( Qspray <- rSymbolicQspray() )
showSymbolicQsprayABCXYZ(c("a", "b", "c"), c("U", "V"))(Qspray)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.