showSymbolicQsprayX1X2X3 {symbolicQspray} | R Documentation |
Print a 'symbolicQspray' object
Description
Prints a symbolicQspray
object.
Usage
showSymbolicQsprayX1X2X3(a = "a", X = "X", quotientBar = " %//% ", ...)
Arguments
a |
a string, usually a letter, to denote the non-indexed variables
of the |
X |
a string, usually a letter, to denote the non-indexed variables |
quotientBar |
a string for the quotient bar between the numerator and
the denominator of a |
... |
arguments other than |
Value
A function which prints symbolicQspray
objects.
Note
This function is built by applying showSymbolicQspray
to
showRatioOfQspraysX1X2X3(a)
and
showMonomialX1X2X3(X)
.
Examples
set.seed(421)
Qspray <- rSymbolicQspray()
showSymbolicQsprayX1X2X3(quotientBar = " / ")(Qspray)
[Package symbolicQspray version 1.1.0 Index]